Skip to content

Commit

Permalink
Removed legacy "requires" from setup.py.
Browse files Browse the repository at this point in the history
Causes the upload to pypi to fail.
  • Loading branch information
LarsAsplund committed Jan 13, 2025
1 parent 2dc677d commit 66bf190
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ def find_all_files(directory, endings=None):
],
python_requires=">=3.8",
install_requires=["colorama"],
requires=["colorama"],
license="Mozilla Public License 2.0 (MPL 2.0)",
author="Lars Asplund",
author_email="[email protected]",
Expand Down

0 comments on commit 66bf190

Please sign in to comment.