-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
45 lines (41 loc) · 1.15 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
[metadata]
name = boardgame_framework
author = RabidCicada
author_email = RabidCicada+bg_framework@gmail.com
description = A BoardGame Framework for creating and running re-usable boardgame modules
long_description = file:README.rst
long_description_content_type = text/x-rst; charset=UTF-8
url = http://github.com/RabidCicada/boardgame_framework
project_urls =
# Bug Tracker = https://bugs.launchpad.net/pbr/
Documentation = https://docs.openstack.org/pbr/
Source Code = http://github.com/RabidCicada/boardgame_framework
license = Apache-2
classifiers =
Development Status :: 2 - Pre-Alpha
Environment :: Console
Intended Audience :: Developers
Intended Audience :: End Users/Desktop
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python 3
keywords =
setup
distutils
#Using the pbr [files] entry doesn't work for sdist packaging
#[files]
#packages_root = src/
#packages =
# boardgame_framework
[options]
zip_safe = True
package_dir =
'' = src/
packages =
boardgame_framework
[tool:pytest]
testpaths =
tests
# src/boardgame_framework
[aliases]
test=pytest