-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
54 lines (49 loc) · 1.28 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[metadata]
name = sinol_make
version = attr: sinol_make.__version__
author = Mateusz Masiarz
author_email = [email protected]
maintainer = Tomasz Nowak, Mateusz Masiarz
maintainer_email = [email protected], [email protected]
description = CLI tool for creating sio2 task packages
long_description = file: README.md
long_description_content_type = text/markdown
project_urls =
Bug Tracker = https://github.com/sio2project/sinol-make/issues
Homepage = https://github.com/sio2project/sinol-make
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
[options]
packages = find_namespace:
packages_dir = src
include_package_data = True
python_requires = >=3.9
install_requires =
argparse
argcomplete
requests
PyYAML
dictdiffer
importlib-resources
psutil
packaging
[options.packages.find]
where = src
[options.extras_require]
tests =
pytest
pytest-cov
pytest-xdist
requests-mock
[options.entry_points]
console_scripts =
sinol-make = sinol_make:main
sm = sinol_make:main
[tool:pytest]
testpaths =
tests
markers =
github_runner: Mark tests that require GitHub runner
sio2jail: Mark tests that require working sio2jail