-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
61 lines (57 loc) · 1.4 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
[metadata]
name = keepitfresh
version = 1.0.2
description = A simpler way to freshen up your frozen applications.
long_description = file: README.rst
author = Daniel Nunes
author_email = [email protected]
url = https://github.com/GandaG/keepitfresh
classifiers =
; complete classifier list: http://pypi.python.org/pypi?%3Aaction=list_classifiers
Development Status :: 3 - Alpha
Intended Audience :: Developers
Topic :: Software Development :: Build Tools
License :: OSI Approved :: Apache Software License
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Operating System :: Unix
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Libraries
keywords =
installer
updater
frozen
application
license = Apache 2.0
[options]
zip_safe = False
py_modules = keepitfresh
install_requires =
packaging
patool
[options.extras_require]
check =
docutils
flake8
readme-renderer
collective.checkdocs
pygments
pylint
isort
test =
pytest
pytest-cov
pytest-sugar
mock
docs =
sphinx
sphinx-rtd-theme
[bdist_wheel]
universal = 0
[isort]
not_skip = __init__.py