-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsetup.cfg
26 lines (25 loc) · 922 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
[bdist_wheel]
universal = 1
[metadata]
name = nativeconfig
author = Ilya Kulakov
author_email = [email protected]
url = https://github.com/GreatFruitOmsk/nativeconfig
description = Cross-platform python module to store application config via native subsystems such as Windows Registry or NSUserDefaults.
license = MIT License
classifiers =
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
platforms = any
long_description = file: README.rst
keywords = config,winreg,NSUserDefaults