Updated setup.py with URL and new readme file

This commit is contained in:
Montessinos Mickael Gerard Bernard 2024-03-15 11:56:06 +02:00
parent 927ee5a110
commit e535dbd1a8
1 changed files with 3 additions and 5 deletions

View File

@ -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