-
Notifications
You must be signed in to change notification settings - Fork 19
/
setup.cfg
42 lines (40 loc) · 1.02 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
[metadata]
name = axiom
description = An in-process object-relational database
long_description = file:README.rst
license_file = LICENSE
url = https://github.com/twisted/axiom
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
Topic :: Database
[options]
packages =
axiom
axiom.plugins
axiom.scripts
axiom.test
axiom.test.historic
axiom.test.upgrade_fixtures
twisted.plugins
python_requires = >= 2.7, < 4
setup_requires =
setuptools_scm >= 3.4
install_requires =
argon2_cffi
attrs
epsilon >= 0.8.0
six
twisted[tls] >= 13.2.0
txpasslib
scripts =
bin/axiomatic
include_package_data = True
[options.extras_require]
test =
hypothesis >= 4.18.2, < 5.0.0