forked from user-cont/release-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
36 lines (33 loc) · 890 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
[metadata]
name = release-bot
version = attr: release_bot.version.__version__
url = https://github.com/user-cont/release-bot
description = Automated releasing from GitHub repositories.
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
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
release
PyPI
packaging
[options]
packages = find:
python_requires = >=3.6
[options.packages.find]
exclude =
tests*
[options.entry_points]
console_scripts =
release-bot=release_bot.releasebot:main