-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
39 lines (38 loc) · 946 Bytes
/
setup.cfg
File metadata and controls
39 lines (38 loc) · 946 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[metadata]
name = qpackage
version = 0.1
author = Gaston Tjebbes
author_email = g.tjebbes@gmail.com
summary = Easy install your preferit packages
description_file = README.rst
keywords = apt, frontend
home_page = https://github.com/tonthon/packages
project_url =
Source repository,https://github.com/tonthon/packages
requires_dist =
dict4ini
requires-externals =
pyqt4-dev-tools
python-apt
python-setuptools
requires_python = >=2.6
license = GPLv3
classifier =
Development Status :: 1 - Alpha
License :: OSI Approved :: GNU General Public License (GPL)
Environment :: X11 Applications :: Qt
Intended Audience :: Developers
Operating System :: POSIX :: Linux
Programming Language :: Python :: 2.6
Topic :: Software Development :: Version Control
[files]
packages =
qpackage
scripts =
qpackage/qpackage
extra_files =
setup.cfg
setup.py
README.rst
LICENSE.txt
MANIFEST.in