ODM2 / ODM2PythonAPI

A set of Python functions that provides data read/write access to an ODM2 database by leveraging SQLAlchemy.
http://odm2.github.io/ODM2PythonAPI/
BSD 3-Clause "New" or "Revised" License
4 stars 13 forks source link

PEP 440 #80

Closed ocefpaf closed 7 years ago

ocefpaf commented 7 years ago

Closes #79

I already uploaded the package to PyPI: https://pypi.python.org/pypi/odm2api/0.5.3.a0 but we need this merged to ensure that PyPI accepts the proper version number. BTW, we don't really the alpha status IMO. The 0.x + PyPI classifiers is enough.

emiliom commented 7 years ago

Thanks.

BTW, we don't really the alpha status IMO. The 0.x + PyPI classifiers is enough.

We'll take that into consideration in future (pre)releases. For now, I'm glad you've made the version labelling fully consistent between the code base, the conda package, and PyPI.