-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathsetup.cfg
38 lines (33 loc) · 889 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[metadata]
name = modernize
author = Armin Ronacher
author_email = armin.ronacher@active-4.com
url = https://github.com/PyCQA/modernize
description = A hack on top of fissix (2to3 fork) for modernizing code for hybrid codebases.
long_description = file: README.rst
classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[options]
packages =
libmodernize
libmodernize.fixes
py_modules = modernize
zip_safe = False
tests_require = nose
python_requires = ~=3.6
install_requires = fissix
[options.entry_points]
console_scripts =
python-modernize = libmodernize.main:main
[bdist_wheel]
universal = 1
[flake8]
disable-noqa = True
max-line-length = 88
[isort]
profile = black