-
Notifications
You must be signed in to change notification settings - Fork 14
/
setup.cfg
28 lines (26 loc) · 847 Bytes
/
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
[metadata]
name = pykg-config
author = Geoffrey Biggs
author_email = [email protected]
license = BSD
description = pkg-config replacement.
url = http://github.com/gbiggs/pykg-config
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.2
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Topic :: Software Development
Topic :: Utilities
[options]
setup_requires = setuptools>=30.3.0; wheel; setuptools_scm
packages = pykg_config
[options.entry_points]
console_scripts = pykg-config=pykg_config.__main__:main