-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
42 lines (37 loc) · 1.18 KB
/
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
39
40
41
42
[metadata]
name = Fiasko Bro
version = 0.0.1.1
description = Automatic code validator
long_description = The project validates for common pitfalls
keywords = static, code, analysis, code, quality
url = https://github.com/devmanorg/fiasko_bro
license = MIT
author = Ilya Lebedev
author_email = [email protected]
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Quality Assurance
Topic :: Software Development :: Libraries :: Python Modules
python_requires = >=3.4
[compile_catalog]
domain = fiasko_bro
directory = fiasko_bro/locale
[extract_messages]
input_dirs = fiasko_bro
output_file = fiasko_bro/locale/fiasko_bro.pot
[pep8]
max-line-length = 100
ignore = W506,W503
[bdist_wheel]
universal=1
[fiasko_bro]
directories_to_skip=build,dist,test_fixtures,.pytest_cache,.git