-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy pathsetup.cfg
55 lines (52 loc) · 1.82 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
[metadata]
name = oracledb
version = attr: oracledb.version.__version__
description = Python interface to Oracle Database
long_description = file: README.md
long_description_content_type = text/markdown
keywords = Oracle, database
author = Anthony Tuininga
author_email = [email protected]
url = https://oracle.github.io/python-oracledb
project_urls =
Installation = https://python-oracledb.readthedocs.io/en/latest/user_guide/installation.html
Samples = https://github.com/oracle/python-oracledb/tree/main/samples
Documentation = http://python-oracledb.readthedocs.io
Release Notes = https://python-oracledb.readthedocs.io/en/latest/release_notes.html
Issues = https://github.com/oracle/python-oracledb/issues
Source = https://github.com/oracle/python-oracledb
license = Apache and/or UPL
license_files =
LICENSE.txt
THIRD_PARTY_LICENSES.txt
NOTICE.txt
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: Universal Permissive License (UPL)
License :: OSI Approved :: Apache Software License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Cython
Topic :: Database
[options]
zip_safe = false
python_requires = >=3.8
setup_requires = cython>=3.0
install_requires = cryptography>=3.2.1
test_suite = tests
packages = find:
package_dir =
=src
[options.packages.find]
where = src
[options.package_data]
* = py.typed