-
Notifications
You must be signed in to change notification settings - Fork 8
/
setup.cfg
59 lines (52 loc) · 1.43 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
[metadata]
name = hyperpython
version = attr:hyperpython.__version__
description = Create HTML data structures using Python functions.
long_description = file: README.rst
author = Fábio Macêdo Mendes
author_email = [email protected]
url = https://github.com/fabiommendes/hyperpython/
keywords =
web, html, templating
license = BSD License (BSD)
classifiers =
Development Status :: 4 - Beta
Environment :: Web Environment
Framework :: Django
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Operating System :: OS Independent
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
Topic :: Software Development :: Libraries :: Application Frameworks
Topic :: Software Development :: Libraries :: Python Modules
[options]
zip_safe = False
platforms = all
include_package_data = True
install_requires =
sidekick >= 0.5.0
markupsafe ~= 1.0
[options.extras_require]
dev =
invoke ~= 0.21
flake8 ~= 3.5
manuel ~= 1.8
mock ~= 2.0
pytest ~= 3.2
pytest-cov ~= 2.5
docs =
sphinx >= 1.4
sphinx_rtd_theme
docutils ~= 0.14
sphinx-autobuild ~= 0.7
extra =
bleach
lxml
Markdown
[options.package_data]
* = *.txt, *.rst, *.jinja2, *.html, *.js, *.css, *.scss