-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
43 lines (41 loc) · 1019 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
[alias]
generate = sdist bdist_wheel
[metadata]
name = misbehave
author = Piper Thunstrom
author_email = pathunstrom@gmail.com
description = Pythonic Behavior Trees
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/pathunstrom/misbehave
license = Artistic-2.0
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Developers
License :: OSI Approved :: Artistic License
Natural Language :: English
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Games/Entertainment
Topic :: Software Development :: Libraries
Operating System :: OS Independent
Typing :: Typed
[options]
packages =
misbehave
setup_requires =
setuptools_scm
setuptools_scm_git_archive
[options.extras_require]
dev =
black
docs =
sphinx
sphinx_rtd_theme
release =
wheel
twine
tests =
pytest