-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
57 lines (49 loc) · 1.21 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[flake8]
max-line-length = 200
exclude = tests/*,docs/*,__init__.py
extend-ignore = D202,N802
[metadata]
name = flerovium
description = find_by_label
long_description = file: README.rst, LICENSE.rst
long_description_content_type = text/x-rst
version = 0.0.1
author = Sam Treweek
author_email = samtreweek@gmail.com
url = https://github.com/serialbandicoot/flerovium
project_urls =
Source code = https://github.com/serialbandicoot/flerovium
Issue tracker = https://github.com/serialbandicoot/flerovium/issues
license = MIT
keywords = timezone
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: MIT License
Operating System :: Microsoft :: Windows
Operating System :: Unix
Operating System :: MacOS :: MacOS X
Programming Language :: Python :: 3.7
[options]
packages = find:
python_requires = >= 3.6
zip_safe = True
py_modules = flerovium
[options.packages.find]
include = src
[options.extras_require]
test =
pytest >= 4.3
devenv =
pytest-cov
black
pyroma
zest.releaser
[zest.releaser]
create-wheel = yes
[coverage:run]
omit=setup.py, *tests*
[tool.black]
line-length = 120
[options.entry_points]
console_scripts =
flerovium_web = src.web.run:cli