-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
56 lines (51 loc) · 1.28 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[metadata]
name = sql-deta
version = attr:sql_deta.__version__
description = Detabase <--> SQL proxy
long_description = file:README.pypi.md
long_description_content_type = text/markdown
author = d;)
#author_email =
license = GLWTPL
license_files = LICENSE
url = https://github.com/ablaternae/sql-deta
keywords = deta, detabase, sql, peewee, mixin,
classifiers =
Development Status :: 3 - Alpha
#Development Status :: 4 - Beta
#Development Status :: 5 - Production/Stable
Intended Audience :: Developers
#License :: Freeware
#License :: OSI Approved :: BSD License
License :: OSI Approved :: GNU Affero General Public License v3
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Topic :: Software Development :: Libraries :: Python Modules
#Topic :: Utilities
#project_urls =
# Source Code =
# Bug Tracker =
[options]
#packages = sql_deta
python_requires = >=3.7
#install_requires = file:requirements.txt
install_requires =
deta
odetam
more-itertools
peewee
setup_requires =
wheel
#py_modules =
# autoload
#[options.entry_points]
#console_scripts =
# cli-script=src.cli:main
[options.packages.find]
where = sql_deta
exclude =
example*
tool*
docs*
test*