Skip to content

Commit

Permalink
Relax setuptools requirement to allow for easier Debian packaging on …
Browse files Browse the repository at this point in the history
…Ubuntu Focal & Jammy
  • Loading branch information
grossmj committed Nov 8, 2024
1 parent a5f0dba commit db1fb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def run_tests(self):
zip_safe=False,
platforms="any",
python_requires=">=3.8",
setup_requires=["setuptools>=61.0"],
setup_requires=["setuptools>=45.2"],
classifiers=[
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
Expand Down

0 comments on commit db1fb29

Please sign in to comment.