pytest-dev / iniconfig

MIT License
53 stars 31 forks source link

add version to setup.py #12

Closed ryan4729 closed 4 years ago

ryan4729 commented 4 years ago

I was using a Python dependency management tool (pypi2nix) that complained about a missing version field in setup.py. Looking around it seems like standard practice to include one of these. This PR simply adds a version field that matches the current release version.

RonnyPfannschmidt commented 4 years ago

This is managed by setuptools_scm

ryan4729 commented 4 years ago

What does that mean?

RonnyPfannschmidt commented 4 years ago

Setuptools_scm is a setup time dependency that fills in the version

If it's not considered it's either a packaging bug of iniconfig or a missing feature for pypi2nix