-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
31 lines (26 loc) · 979 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
[metadata]
name = pysqleet
version = attr: sqleet.__version__
description = Drop in replacement for the std libs sqlite3 which enables encryption support for sqlite3
long_description = file:README.md
long_description_content_type = text/markdown
author = Robert Kearns
url = https://github.com/robertkearns/pysqleet
keywords = sqlite, sqlite3, sqleet, db, database, encryption
license = MIT
license_file = LICENSE.txt
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: MIT License
Operating System :: Microsoft :: Windows :: Windows 10
Operating System :: POSIX :: Linux
Operating System :: MacOS
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Intended Audience :: Developers
Topic :: Database
[options]
python_requires = >=3.6, <3.9