Skip to content

Commit

Permalink
setup.py: Require Python 3
Browse files Browse the repository at this point in the history
This is in line with what ydiff.py is currently doing at runtime.
  • Loading branch information
hartwork committed Jun 22, 2024
1 parent 6eaaa22 commit d7348b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
'Programming Language :: Python',
'Programming Language :: Python :: 3',
],
python_requires='>=3',
py_modules=['ydiff'],
scripts=['ydiff'],
)
Expand Down

0 comments on commit d7348b3

Please sign in to comment.