Kuifje02 / vrpy

A python framework for solving the VRP and its variants with column generation.
MIT License
179 stars 43 forks source link

Update setup.py #112

Open samuelefiorini opened 3 years ago

samuelefiorini commented 3 years ago

long_description field should point to README.md and not to README.rst

Kuifje02 commented 3 years ago

@samuelefiorini thanks for your contribution. I believe long_description points to README.rst in order to avoid issues with twine and pypi. Is it a problem that it points to README.rst ?

samuelefiorini commented 3 years ago

@Kuifje02 ops, I'm sorry. I noticed the following error

FileNotFoundError: [Errno 2] No such file or directory: 'README.rst'

when I tried to install the library directly from GitHub with

$ pip install git+https://github.com/Kuifje02/vrpy

 

Kuifje02 commented 3 years ago

@samuelefiorini thanks for noting that. But since I need to keep the .rst for pypi, I think will just replace the .md with the .rst.