-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
29 lines (26 loc) · 806 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
[metadata]
name = espurna_nightly_builder
url = https://github.com/mcspr/espurna-nightly-builder
version = attr: espurna_nightly_builder.__version__
description = ESPurna nightly builder
author = Prokhorov Maxim
author_email = prokhorov.max@outlook.com
license_files = LICENSE
classifiers =
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: POSIX :: Linux
Development Status :: 3 - Alpha
Intended Audience :: Developers
Topic :: Software Development :: Build Tools
[options]
packages = find:
install_requires =
requests>=2.4.0,<3
python_requires = >=3.7
[options.extras_require]
lint =
black >=22.3, <23.0
pylint >=2.9, <3.0
[options.entry_points]
console_scripts =
espurna_nightly = espurna_nightly_builder.__main__:main