diff --git a/setup.py b/setup.py index 1b2ef17..b0d69c1 100644 --- a/setup.py +++ b/setup.py @@ -29,11 +29,9 @@ setup( name = "vector_bundle", version = readfile("VERSION").strip(), # the VERSION file is shared with the documentation description='A sage package implementing vector bundles on algebraic curves using only function fields', - long_description = readfile("README.rst"), # get the long description from the README - # For a Markdown README replace the above line by the following two lines: - # long_description = readfile("README.md"), - # long_description_content_type="text/markdown", - # url='https://github.com/sagemath/sage_sample', + long_description = readfile("README.md"), + long_description_content_type="text/markdown", + url='https://git.disroot.org/montessiel/vector-bundles-sagemath', author='Mickaƫl Montessinos', author_email='mickael.montessinos@mif.vu.lt', # choose a main contact email license='GPLv2+', # This should be consistent with the LICENCE file