-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
53 lines (47 loc) · 1.05 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
[metadata]
name = csv_deta
version = attr:src.cli.__version__
description = Lightweight tool to upload and download CSV data files into\from Deta Base
long_description = file:README.pypi.md
long_description_content_type = text/markdown
author = JL Connor
#author_email =
license = Apache Software License 2.0
license_files = LICENSE
#url =
keywords =
csv
db
database
deta
cli
detabase
upload
download
backup
classifiers =
Development Status :: 3 - Alpha
#Development Status :: 4 - Beta
#Development Status :: 5 - Production/Stable
Programming Language :: Python :: 3
License :: OSI Approved :: Apache Software License
License :: Freeware
Intended Audience :: Developers
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Utilities
#project_urls =
# Source Code =
# Bug Tracker =
[options]
packages = src
python_requires = >=3
#install_requires = requirements.txt
install_requires =
deta
fire
setup_requires =
wheel
py_modules =
[options.entry_points]
console_scripts =
csv-deta=src.cli:main