Skip to content

Commit a2677bc

Browse files
committed
move modernize.py pymodule into auto-find package
1 parent 22faa2d commit a2677bc

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

modernize/__init__.py

Whitespace-only changes.
File renamed without changes.

setup.cfg

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ classifiers =
1616
Programming Language :: Python :: 3.8
1717

1818
[options]
19-
packages =
20-
libmodernize
21-
libmodernize.fixes
22-
py_modules = modernize
19+
packages = find:
2320
zip_safe = False
2421
python_requires = ~=3.6
2522
install_requires = fissix

0 commit comments

Comments
 (0)