-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
34 lines (32 loc) · 955 Bytes
/
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
[metadata]
name = horseman
version = 1.0a1
url = http://pypi.python.org/pypi/horseman
project_urls =
Source Code = https://github.com/HorsemanWSGI/horseman
license = BSD-3-Clause
author = Souheil Chelfouh
author_email = [email protected]
maintainer = Souheil Chelfouh
maintainer_email = [email protected]
description = Toolkit to build headless WSGI applications.
long_description = file: README.rst, docs/HISTORY.rst
long_description_content_type = text/x-rst
classifiers =
Development Status :: 4 - Beta
Environment :: Web Environment
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Internet :: WWW/HTTP :: WSGI
[options]
zip_safe = False
package_dir =
=src
packages = find:
include_package_data = True
python_requires = >= 3.8
[options.packages.find]
where=src