Skip to content

Commit ad24ae2

Browse files
committed
Merge pull request #115 from techtonik/patch-1
Ship modernize module, solves #114
2 parents eee787a + 696e287 commit ad24ae2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
version=version,
1818
url='https://github.com/python-modernize/python-modernize',
1919
packages=['libmodernize', 'libmodernize.fixes'],
20+
py_modules=['modernize'],
2021
description='A hack on top of 2to3 for modernizing code for '
2122
'hybrid codebases.',
2223
long_description=readme,

0 commit comments

Comments
 (0)