Skip to content

Commit

Permalink
Merge pull request #579 from Nirzak/patch-1
Browse files Browse the repository at this point in the history
Removed python 4 requirement as it does't exist
  • Loading branch information
lazka authored Oct 3, 2022
2 parents 00aba6a + b14b1f7 commit f06a54f
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 @@ -290,7 +290,7 @@ def run(self):
('share/man/man1', glob.glob("man/*.1")),
],
python_requires=(
'>=3.7, <4'),
'>=3.7'),
entry_points={
'console_scripts': [
'mid3cp=mutagen._tools.mid3cp:entry_point',
Expand Down

0 comments on commit f06a54f

Please sign in to comment.