forked from packit/upsint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
43 lines (39 loc) · 965 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
36
37
38
39
40
41
42
43
[bdist_wheel]
universal = 1
[metadata]
name = upsint
url = https://github.com/packit-service/upsint
description = Easy way to git.
long_description = file: README.md
long_description_content_type = text/markdown
author = Red Hat
author_email = [email protected]
license = GPLv3+
license_file = LICENSE
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3
Topic :: Software Development
keywords = git, github
[options]
packages = find:
include_package_data = True
setup_requires =
setuptools_scm
setuptools_scm_git_archive
install_requires =
click
ogr
pygithub
python-gitlab
tabulate
# [options.packages.find]
# exclude =
# tests*
[options.entry_points]
console_scripts =
upsint=upsint.cli:upsint