tuomur / python-odata

A simple library for read/write access to OData services
MIT License
79 stars 59 forks source link

Update setup.py to allow deployments to PyPI - #27 #28

Open doctorlard opened 6 years ago

doctorlard commented 6 years ago

This possibly helps with pushing to PyPI. The "OData" name is taken (PyPI is case insensitive) so I've tested it using "python-odata" and using our Catalyst account to do a test upload onto test-pypi. For some reason the Markdown README didn't translate, which the long_description_content_type setup parameter is supposed to handle.

doctorlard commented 5 years ago

Pushed a better commit, with pbr and setup.cfg instead.