We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22faa2d commit a2677bcCopy full SHA for a2677bc
modernize/__init__.py
modernize.py renamed to modernize/__main__.py
setup.cfg
@@ -16,10 +16,7 @@ classifiers =
16
Programming Language :: Python :: 3.8
17
18
[options]
19
-packages =
20
- libmodernize
21
- libmodernize.fixes
22
-py_modules = modernize
+packages = find:
23
zip_safe = False
24
python_requires = ~=3.6
25
install_requires = fissix
0 commit comments