From e535dbd1a8a4a1c6f7f61aed1e5722781ad77e4c Mon Sep 17 00:00:00 2001 From: Montessinos Mickael Gerard Bernard Date: Fri, 15 Mar 2024 11:56:06 +0200 Subject: [PATCH] Updated setup.py with URL and new readme file --- setup.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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