-
Notifications
You must be signed in to change notification settings - Fork 7
/
setup.cfg
128 lines (118 loc) · 2.8 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
[flake8]
ignore = E126,W503,D105,E722
exclude = .git,__pycache__,venv,orcid_api,orcid_api_v3,migrations,SAML,docs,swagger_client,orcid,setup.py,dist,build
max-line-length = 120
# max-complexity = 10
[yapf]
based_on_style = pep8
column_limit = 99
[metadata]
name = Falsk-Timesheet
description-file = README.md
description-content-type = text/markdown; charset=UTF-8
author = Radomirs Cirskis
author_email = [email protected]
summary = Simple Timesheet application implemented in Flask
home-page = https://github.com/nad2000/Flask-Timesheets/
project_urls =
Bug Tracker = https://github.com/nad2000/Flask-Timesheets/
Documentation = https://github.com/nad2000/Flask-Timesheets/
Source Code = https://github.com/nad2000/Flask-Timesheets/
python_required = >=3.6
license = MIT
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
Intended Audience :: Science/Research
Natural Language :: English
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
keywords =
timesheet
flask
[files]
packages =
time_sheets
# data_files =
# instance =
# instance/settings.sample.cfg
# instance/README.md
# schemas =
# schemas/orcid_swagger.json
# schemas/orcid_swagger_v3.json
# schemas/funding_schema.yaml
# schemas/peer_review_schema.yaml
# schemas/work_schema.yaml
[options]
zip_safe = False
include_package_data = True
# [options.package_data]
# * =
# instance/settings.sample.cfg
# instance/README.md
# orcid_swagger.json
# funding_schema.yaml
# peer_review_schema.yaml
# work_schema.yaml
[options.extras_require]
dev =
fake-factory
flask-debugtoolbar
sphinx
sphinx-autobuild
m2r
recommonmark
pyyaml
coverage>=4.4.1
coveralls>=1.2.0
flake8>=3.4.1
flake8-docstrings>=1.1.0
flake8-polyfill>=1.0.1
flask-debugtoolbar>=0.10.1
isort>=4.2.15
mccabe>=0.6.1
pep8-naming>=0.4.1
pydocs>=0.2
pydocstyle>=2.0.0
Pygments>=2.2.0
pytest<3.7.0
pytest-cov>=2.5.1
pytest-mock
testpath>=0.3.1
yapf>=0.17.0
pycrypto>=2.6.1
Faker
beautifulsoup4
neovim
ptpython
ptipython
ipython
test =
pyyaml
coverage>=4.4.1
coveralls>=1.2.0
flake8>=3.4.1
flake8-docstrings>=1.1.0
flake8-polyfill>=1.0.1
mccabe>=0.6.1
pep8-naming>=0.4.1
pydocs>=0.2
pytest<3.7.0
pytest-cov>=2.5.1
pytest-mock
testpath>=0.3.1
Faker
Online-W3C-Validator>=0.3.2
beautifulsoup4
# [entry_points]
# console_scripts =
# orcidhub = orcid_hub.cli:main
# [egg_info]
# tag_build = .dev
# tag_date = 1
#
# [aliases]
# release = egg_info -RDb ”