bmrb-io / PyNMRSTAR

A Python module for reading, writing, and manipulating NMR-STAR files.
MIT License
28 stars 3 forks source link

Document that python 3 is required in metadata so pip for python 2 will not go after newer versions #85

Closed epeisach closed 4 years ago

epeisach commented 4 years ago

Too late for 3.0.3 -- but subsequent releases

Adding something like python_requires='>=3'

and for classifiers, Programming Language :: Python :: 3 :: Only

jonwedell commented 4 years ago

Thanks for bringing this to my attention.

3.0.4 released, with the proper python_requires and <3.0.4 releases yanked to get pip to install as expected.