-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathsetup.cfg
29 lines (26 loc) · 821 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
29
[metadata]
name = crudini
author = Pádraig Brady
author_email = [email protected]
license = GPLv2
version = 0.9.5
description = A utility for manipulating ini files
keywords = ini, config, edit
url = http://github.com/pixelb/crudini
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 5 - Production/Stable
Topic :: Utilities
Topic :: System :: Systems Administration
License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Programming Language :: Python :: 2
Programming Language :: Python :: 3
[options]
install_requires = iniparse>=0.5
py_modules = crudini
setup_requires = setuptools>=44; wheel; setuptools_scm[toml]>=3.4.3
[bdist_wheel]
universal = 1
[options.entry_points]
console_scripts = crudini = crudini:main