diff --git a/README.rst b/README.rst index 193ee71..25947e7 100644 --- a/README.rst +++ b/README.rst @@ -28,9 +28,8 @@ Installation It is strongly advised that you use and isolated environment through python's venv, virturalenv, anaconda or similar. -.. note:: -The name 'xrayvision' was already taken on PyPi so the package name is 'xrayvisim' e.g. +**The name 'xrayvision' was already taken on PyPi so the package name is 'xrayvisim' e.g.** .. code-block:: diff --git a/changelog/67.feature.rst b/changelog/67.breaking.rst similarity index 100% rename from changelog/67.feature.rst rename to changelog/67.breaking.rst diff --git a/changelog/70.trivial.rst b/changelog/70.trivial.rst new file mode 100644 index 0000000..5befa80 --- /dev/null +++ b/changelog/70.trivial.rst @@ -0,0 +1 @@ +Update README with useful links to example and issue tracker. diff --git a/setup.cfg b/setup.cfg index 28af907..90fd67f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ author = Shane Maloney author_email = shane.maloney@dias.ie license = BSD 3-Clause license_files = LICENSE.rst -url = https://xrayvision.readthedocs.io/en/latest/ +url = https://github.com/TCDSolar/xrayvision description = An open-source Python library for Fourier or synthesis X-Ray imaging instruments. long_description = file: README.rst long_description_content_type = text/x-rst