diff options
-rw-r--r-- | README.rst | 2 | ||||
-rw-r--r-- | setup.py | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -26,7 +26,7 @@ Installation ------------ The source code for lesana can be downloaded from the git repository at -https://git.trueelena.org/cgit.cgi/software/lesana/; releases are made +https://git.trueelena.org/software/lesana/; releases are made on `pypi <https://pypi.org/project/lesana/>`_. lesana expects to run on a POSIX-like system and requires the following @@ -31,7 +31,7 @@ setup( long_description_content_type='text/x-rst', license='GPLv3+', keywords='collection inventory', - url='https://lesana.trueelena.org/lesana', + url='https://lesana.trueelena.org/', classifiers=[ 'Development Status :: 3 - Alpha', 'Environment :: Console', @@ -48,8 +48,8 @@ setup( 'Topic :: Utilities', ], project_urls={ - 'Source': 'https://git.trueelena.org/cgit.cgi/software/lesana/', + 'Source': 'https://git.trueelena.org/software/lesana/', 'Documentation': - 'https://git.trueelena.org/cgit.cgi/software/lesana/tree/docs', + 'https://lesana.trueelena.org/', }, ) |