-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
35 lines (31 loc) · 939 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
30
31
32
33
34
35
[metadata]
name = konfsave
version = 0.4.2
author = selplacei
author_email = [email protected]
license = Apache 2.0
license_file = LICENSE
description = Easy saving and switching between multiple KDE configurations.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/selplacei/konfsave
project_urls =
Issue Tracker = https://github.com/selplacei/konfsave/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: Apache Software License
Development Status :: 3 - Alpha
Intended Audience :: End Users/Desktop
Topic :: Desktop Environment :: K Desktop Environment (KDE)
Topic :: System :: Archiving
[options]
packages = find:
python_requires = >=3.8
include_package_data = True
[options.extras_require]
GIT = pygit2
[options.package_data]
konfsave = default_config.ini
[options.entry_points]
console_scripts =
konfsave = konfsave.__main__:main