python-odata
python-odata copied to clipboard
Update setup.py to allow deployments to PyPI - #27
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.
Pushed a better commit, with pbr and setup.cfg instead.