forked from FirebirdSQL/python3-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
54 lines (47 loc) · 1.49 KB
/
setup.cfg
File metadata and controls
54 lines (47 loc) · 1.49 KB
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
[build_sphinx]
source-dir=docs
all-files=True
[metadata]
name = firebird-driver
version = 1.4.3
description = Firebird driver
long_description = file: README.rst
long_description_content_type = text/x-rst; charset=UTF-8
author = Pavel Císař
author_email = pcisar@users.sourceforge.net
license = MIT
license_file = LICENSE
url = https://github.com/FirebirdSQL/python3-driver
keywords = Firebird RDBMS driver
project_urls =
Documentation = https://firebird-driver.rtfd.io
Bug Reports = https://github.com/FirebirdSQL/python3-driver/issues
Funding = https://www.firebirdsql.org/en/donate/
Source = https://github.com/FirebirdSQL/python3-driver
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Operating System :: POSIX :: Linux
Operating System :: Microsoft :: Windows
Operating System :: MacOS
Topic :: Software Development
Topic :: Database
[options]
zip_safe = True
python_requires = >=3.8, <4
install_requires =
firebird-base>=1.3.1
python-dateutil>=2.8
packages = find_namespace:
[options.packages.find]
include = firebird.*
[options.entry_points]
[bdist_wheel]
# This flag says to generate wheels that support both Python 2 and Python
# 3. If your code will not run unchanged on both Python 2 and 3, you will
# need to generate separate wheels for each Python version that you
# support.
universal=0