twisted / incremental

A library for versioning your Python projects.
Other
139 stars 22 forks source link

Drop runtime setuptools dependency #141

Open twm opened 23 hours ago

twm commented 23 hours ago

Incremental depends on setuptools for pkg_resources.parse_version(), which these days is an alias of packaging.version.Version. Let's go to the source and drop setuptools.