update
This commit is contained in:
parent
7cf2f66783
commit
510e790155
5 changed files with 107 additions and 178 deletions
49
setup.cfg
Normal file
49
setup.cfg
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
[metadata]
|
||||
classifiers =
|
||||
License :: OSI Approved
|
||||
Intended Audience :: Web Developers
|
||||
Operating System :: POSIX :: BSD :: FreeBSD
|
||||
Operating System :: POSIX :: Linux
|
||||
Programming Language :: Python :: 3 :: Only
|
||||
Programming Language :: Python :: 3.7
|
||||
Programming Language :: Python :: 3.8
|
||||
Programming Language :: Python :: 3.9
|
||||
Programming Language :: Python :: 3.10
|
||||
Programming Language :: Python :: 3.11
|
||||
Programming Language :: Python :: Implementation :: CPython
|
||||
description='Read and manipulate tox profile files'
|
||||
long_description='Read and manipulate tox profile files'
|
||||
url='https://git.plastiras.org/emdee/tox_profile/'
|
||||
keywords='ctypes Tox'
|
||||
|
||||
[options]
|
||||
zip_safe = false
|
||||
python_requires = >=3.7
|
||||
|
||||
[easy_install]
|
||||
zip_ok = false
|
||||
|
||||
[flake8]
|
||||
jobs = 1
|
||||
max-line-length = 88
|
||||
ignore =
|
||||
E111
|
||||
E114
|
||||
E128
|
||||
E225
|
||||
E261
|
||||
E302
|
||||
E305
|
||||
E402
|
||||
E501
|
||||
E502
|
||||
E541
|
||||
E701
|
||||
E702
|
||||
E704
|
||||
E722
|
||||
E741
|
||||
F508
|
||||
F541
|
||||
W503
|
||||
W601
|
||||
Loading…
Add table
Add a link
Reference in a new issue