-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathsetup.cfg
61 lines (56 loc) · 1.69 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
56
57
58
59
60
61
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0
[bdist_wheel]
universal = 0
[build_sphinx]
source-dir = docs/source
build-dir = _build
all-files = True
[metadata]
name = delphifmx
version = 1.0.6
description = Delphi FMX for Python
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
url = https://github.com/Embarcadero/DelphiFMX4Python
author = Lucas Belo, Jim McKeeth
author_email = [email protected]
license = BSD
license_files = ['LICENSE.md']
classifiers =
Intended Audience :: Developers
Topic :: Software Development
License :: Other/Proprietary License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3 :: Only
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Operating System :: Unix
Operating System :: MacOS
Operating System :: Android
project_urls =
Documentation = https://embarcadero.github.io/DelphiFMX4Python
Source = https://github.com/Embarcadero/DelphiFMX4Python
Tracker = https://github.com/Embarcadero/DelphiFMX4Python/issues
[options]
zip_safe = False
packages = find:
platforms = any
include_package_data = True
install_requires =
python_requires = >=3
setup_requires =
setuptools_scm
cmdclass =
bdist_wheel = build.BDistWheel
[options.package_data]
* = *.pyd, *.so, *.dylib, *.pyi, *.xml