-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsetup.cfg
38 lines (36 loc) · 1000 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
35
36
37
38
[metadata]
name = epsilon
description = A set of utility modules used by Divmod projects
long_description = file:README.rst
license_file = LICENSE
url = https://github.com/twisted/epsilon
classifiers =
Development Status :: 5 - Production/Stable
Framework :: Twisted
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Topic :: Internet
Topic :: Security
Topic :: Utilities
[options]
packages =
epsilon
epsilon.hotfixes
epsilon.scripts
epsilon.test
setup_requires =
setuptools_scm >= 3.4
install_requires =
six >= 1.12.0
zope.interface
twisted[tls] >= 13.2.0
scripts =
bin/benchmark
bin/certcreate
[bdist_wheel]
universal=1