Skip to content

Commit 66bf190

Browse files
committed
Removed legacy "requires" from setup.py.
Causes the upload to pypi to fail.
1 parent 2dc677d commit 66bf190

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ def find_all_files(directory, endings=None):
8181
],
8282
python_requires=">=3.8",
8383
install_requires=["colorama"],
84-
requires=["colorama"],
8584
license="Mozilla Public License 2.0 (MPL 2.0)",
8685
author="Lars Asplund",
8786
author_email="[email protected]",

0 commit comments

Comments
 (0)