-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
24 lines (21 loc) · 735 Bytes
/
setup.cfg
File metadata and controls
24 lines (21 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[metadata]
author = Tim Mitchell
author_email = tim.mitchell@seequent.com
url = https://github.com/tim-mitchell/prebuilt_binaries
name = prebuilt-binaries
version = 0.4.0
description = A setuptools command for packaging pre-built binary python extension modules.
long_description = file: README.rst
keywords = packaging, extension, setuptools
classifiers =
Framework :: Setuptools Plugin
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Topic :: Software Development :: Build Tools
[options]
py_modules = prebuilt_binaries
install_requires =
setuptools >= 40.0
[options.entry_points]
distutils.commands =
prebuilt_binary = prebuilt_binaries:prebuilt_binary