-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
29 lines (28 loc) · 878 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
[metadata]
name = sqliteworks
url = https://github.com/cope-systems/sqliteworks
description = SQLite3 Utilities and Data Structures For Python
long_description = file: README.md
author = Robert Cope
author_email = robert@copesystems.com
license = MPL 2.0
platforms = any
keywords = sqlite, sqlite3, key value store, kv store, job queue, work queue, sqlite utilities
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: SQL
Topic :: Database
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Utilities
Typing :: Typed
[options]
py_modules = sqliteworks
python_requires = >=3.6
install_requires =
test_require =
pytest
coverage