Skip to content

Commit

Permalink
Merge pull request #119 from hartwork/migrate-to-setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
ymattw authored Jun 22, 2024
2 parents a8a34f4 + d7348b3 commit 394b76a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from __future__ import with_statement
import sys
from distutils.core import setup
from setuptools import setup
from ydiff import META_INFO as _meta

with open('README.rst') as doc:
Expand Down 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 394b76a

Please sign in to comment.