Skip to content

Commit

Permalink
Merge pull request #64 from WWGolay/v0.1.5-patch
Browse files Browse the repository at this point in the history
Fix readme, add Zenodo v0.1.5 release prep
  • Loading branch information
WWGolay authored Oct 3, 2023
2 parents 61eb9e7 + 97ac451 commit f3e7e55
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
8 changes: 5 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pyscope

.. container::

|License| |PyPI Version| |PyPI Python Versions| |PyPI Downloads| |Astropy| |GitHub CI| |Code Coverage| |Documentation Status| |Codespaces Status| |pre-commit| |Black| |isort| |Donate|
|License| |Zenodo| |PyPI Version| |PyPI Python Versions| |PyPI Downloads| |Astropy| |GitHub CI| |Code Coverage| |Documentation Status| |Codespaces Status| |pre-commit| |Black| |isort| |Donate|

This is the repository for `pyscope <https://pyscope.readthedocs.io/en/latest/>`_,
a pure-Python package for robotic scheduling, operation, and control of small
Expand Down Expand Up @@ -99,8 +99,6 @@ Citing
------
If you use this package in your research, please cite it using the following:

.. include:: CITATION

Contributing
------------
Please see the `developer documentation <https://pyscope.readthedocs.io/en/latest/development/>`_.
Expand All @@ -117,6 +115,10 @@ Please post any issues you find `here <https://github.com/WWGolay/pyscope/issues
:target: https://pypi.org/project/pyscope/
:alt: License

.. |Zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.8403570.svg
:target: https://doi.org/10.5281/zenodo.8403570
:alt: Zenodo

.. |PyPI Version| image:: https://img.shields.io/pypi/v/pyscope
:target: https://pypi.org/project/pyscope/
:alt: PyPI Version
Expand Down
6 changes: 5 additions & 1 deletion docs/source/development/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Development

.. container::

|License| |PyPI Version| |PyPI Python Versions| |PyPI Downloads| |Astropy| |GitHub CI| |Code Coverage| |Documentation Status| |Codespaces Status| |pre-commit| |Black| |isort| |Donate|
|License| |Zenodo| |PyPI Version| |PyPI Python Versions| |PyPI Downloads| |Astropy| |GitHub CI| |Code Coverage| |Documentation Status| |Codespaces Status| |pre-commit| |Black| |isort| |Donate|

This documentation is relevant to users who want to contribute to `pyscope`. The
developer's version is hosted on GitHub at `<https://github.com/WWGolay/pyscope>`_. These
Expand Down Expand Up @@ -32,6 +32,10 @@ review.
:target: https://pypi.org/project/pyscope/
:alt: License

.. |Zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.8403570.svg
:target: https://doi.org/10.5281/zenodo.8403570
:alt: Zenodo

.. |PyPI Version| image:: https://img.shields.io/pypi/v/pyscope
:target: https://pypi.org/project/pyscope/
:alt: PyPI Version
Expand Down
8 changes: 6 additions & 2 deletions pyscope/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
.. container::
|License| |PyPI Version| |PyPI Python Versions| |PyPI Downloads| |Astropy| |Donate|
|License| |Zenodo| |PyPI Version| |PyPI Python Versions| |PyPI Downloads| |Astropy| |Donate|
`pyscope` is a pure-Python package for robotic scheduling, operation, and control of small
optical telescopes.
Expand Down Expand Up @@ -46,6 +46,10 @@
:target: https://pypi.org/project/pyscope/
:alt: License
.. |Zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.8403570.svg
:target: https://doi.org/10.5281/zenodo.8403570
:alt: Zenodo
.. |PyPI Version| image:: https://img.shields.io/pypi/v/pyscope
:target: https://pypi.org/project/pyscope/
:alt: PyPI Version
Expand All @@ -72,7 +76,7 @@

import logging

__version__ = "0.1.2"
__version__ = "0.1.5"

from . import utils
from . import observatory
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ project_urls =
Documentation = https://pyscope.readthedocs.io/en/latest/
description = A python package for controlling small optical telescopes
long_description = file: README.rst
long_description_content_type = text/x-rst
keywords = astronomy, astrophysics, telescope, astrophotography, astrometry, photometry, python, automation, ascom, astropy, observatory, observatory automation
license = AGPLv3
classifiers =
Expand Down Expand Up @@ -69,6 +70,7 @@ tests =

dev =
black==23.7.0
build==1.0.3
docutils==0.19
esbonio==0.16.1
isort==5.12.0
Expand All @@ -81,6 +83,7 @@ dev =
sphinx-astropy[confv2]==1.9.1
sphinx-favicon==1.0.1
sphinxcontrib-programoutput==0.17
twine==4.0.2

[options.package_data]
pyscope = *.txt

0 comments on commit f3e7e55

Please sign in to comment.