MTG / acousticbrainz-client

A client to upload data to an acousticbrainz server
GNU General Public License v3.0
29 stars 22 forks source link

Specify supported version(s) of Python in setup.py #50

Closed Freso closed 3 months ago

Freso commented 5 years ago

This specifies which versions of Python the library is compatible with. This both prevents the module from being installed in an incompatible Python environment, and will also enable users after future releases to still pip install musicbrainzngs and get a version that is compatible with their Python setup.

Versions specified according to current README.md.

See https://packaging.python.org/guides/dropping-older-python-versions/ and https://github.com/pypa/sampleproject/pull/87