yrobink / SBCK-python

GNU General Public License v3.0
8 stars 4 forks source link

Adjust expected dependencies and more accurate license classifers #4

Closed Zeitsperre closed 1 year ago

Zeitsperre commented 1 year ago

Fixes #2

Changes

Justification

What was happening previously was that because requires was present, install_requires was ignored. As such, pybind11 was not being installed by default when installing via pip. requires does not allow for non-alphanumeric characters in dependency entries (i.e.: no setting of versions).

yrobink commented 1 year ago

Dear @Zeitsperre,

Thanks for your PR, it is now merged