-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
35 lines (31 loc) · 1.02 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
# See also https://gist.github.com/althonos/6914b896789d3f2078d1e6237642c35c
[metadata]
name = pytgbb
version = 0.0.1a1.dev0
author = Arnauld Van Muysewinkel
author-email = [email protected]
home-page = https://github.com/arnauldvm/pytgbb
description = A Python library for emulating Tabletop Games Building Blocks
long-description = file: README.md, ANALYSIS.md, CHANGELOG.md, LICENSE
license = GPLv3
license-file = LICENSE
platform = any
keywords = tabletop-games building-blocks library
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Developers
Topic :: Software Development :: Build Tools
License :: OSI Approved :: GNU Affero General Public License v3
Programming Language :: Python :: 3.5
Topic :: Games/Entertainment :: Board Games
Topic :: Software Development :: Libraries :: Python Modules
[options]
python_requires = >= 3.6
test_suite = tests
setup_requires =
setuptools
[flake8]
exclude = .venv,.git,__pycache__
max-line-length = 120
statistics = True