forked from upciti/wheel2deb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
37 lines (34 loc) · 1 KB
/
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
36
37
[metadata]
name = wheel2deb
description = wheel2deb: python wheel to debian package converter
long_description = file: README.md
long-description-content-type = text/markdown
url = https://github.com/upciti/wheel2deb/
project_urls =
Source=https://github.com/upciti/wheel2deb
Tracker=https://github.com/upciti/wheel2deb/issues
author = Simon Guigui
license = MIT license
license_file = LICENSE
keywords = debian, package, converter
classifiers =
Development Status :: 6 - Mature
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Topic :: Utilities
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
platforms = linux
[options]
zip_safe = no
packages = _wheel2deb
py_modules = wheel2deb
python_requires = !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
[options.entry_points]
console_scripts =
wheel2deb=wheel2deb:main
[check-manifest]
ignore = _wheel2deb/version.py