-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
53 lines (46 loc) · 1.16 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
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0
[build_sphinx]
source-dir = sphinx
all-files = True
[metadata]
name = interbase
version = 1.5.0
description = InterBase RDBMS bindings for Python.
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
url = https://github.com/Embarcadero/InterBasePython
author = Sriram Balasubramanian
author_email = [email protected]
license = BSD
license_files = ['LICENSE.TXT']
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Topic :: Database
project_urls =
Documentation = https://github.com/Embarcadero/InterBasePython
Source = https://github.com/Embarcadero/InterBasePython
Tracker = https://github.com/Embarcadero/InterBasePython/issues
[options]
zip_safe = False
packages = find:
platforms = any
include_package_data = True
install_requires =
python_requires = >=3
setup_requires =
setuptools_scm
[bdist_wheel]
universal = 0
[aliases]
test=pytest
[options.extras_require]
test =
pytest >= 6.2.2
all =
%(test)s