-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
30 lines (29 loc) · 866 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
[metadata]
name = sheetsorm
version = 0.18.3
author = Pedro Braga
author_email = pedrohenriquebraga735@gmail.com
description = SheetsORM is a simple micro ORM extension for gspread.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/pedrohenriquebr/sheetsorm
project_urls =
Bug Tracker = https://github.com/pedrohenriquebr/sheetsorm/issues
classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Intended Audience :: Developers
Topic :: Software Development :: Libraries :: Python Modules
[options]
package_dir =
= src
packages = find:
python_requires = >=3.6
install_requires =
gspread ==4.0.1
oauth2client ==4.1.3
pandas ==1.3.1
[options.packages.find]
where = src