-
-
Notifications
You must be signed in to change notification settings - Fork 100
/
setup.cfg
48 lines (44 loc) · 1.1 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
[metadata]
name = comtypes
description = Pure Python COM package
author = Thomas Heller
author_email = [email protected]
url = https://github.com/enthought/comtypes
download_url = https://github.com/enthought/comtypes/releases
version = attr:comtypes.__version__
long_description = file:README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: Microsoft :: Windows
Programming Language :: Python
Programming Language :: Python :: 3
Topic :: Software Development :: Libraries :: Python Modules
[options]
python_requires = >=3.8
packages =
comtypes
comtypes._post_coinit
comtypes.client
comtypes.server
comtypes.tools
comtypes.tools.codegenerator
comtypes.test
[options.package_data]
comtypes.test =
TestComServer.idl
TestComServer.tlb
TestDispServer.idl
TestDispServer.tlb
mytypelib.idl
mylib.idl
mylib.tlb
urlhist.tlb
test_jscript.js
comtypes =
hints.pyi
[options.entry_points]
console_scripts =
clear_comtypes_cache = comtypes.clear_cache:main