forked from conestack/webresource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
44 lines (41 loc) · 1.35 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
[metadata]
version = 1.2.dev0
name = webresource
description = A resource registry for web applications.
long_description = file: README.rst, docs/source/overview.rst, CHANGES.rst
keywords = web resources dependencies javascript CSS
author = Conestack Constributors
author_email = dev@conestack.org
license = Simplified BSD
license_files = file: LICENSE.rst
project_urls =
Documentation = https://webresource.readthedocs.io/
ChangeLog = https://github.com/conestack/webresource/blob/master/CHANGES.rst
Issue Tracker = https://github.com/conestack/webresource/issues
Source Code = https://github.com/conestack/webresource
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Internet :: WWW/HTTP :: Dynamic Content
[options]
packages = webresource
setup_requires = setuptools
include_package_data = True
zip_safe = False
[options.extras_require]
docs =
Sphinx
sphinx_conestack_theme
test =
coverage
[zest.releaser]
create-wheel = yes