-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
28 lines (25 loc) · 873 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
[global]
verbose = 0
[metadata]
name = rave
version = 0.1.0
author = rave developers and contributors
description = A modular and extensible visual novel engine.
keywords = visual novel engine, visual novel, 2d engine, graphics engine
url = https://github.com/rave-engine
license = 2-clause BSD
maintainer = Shiz
maintainer-email = [email protected]
classifiers = Development Status :: 1 - Planning
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: MacOS :: MacOS X
Operating System :: POSIX :: Linux
Operating System :: Microsoft :: Windows
Programming Language :: Python :: 3
Topic :: Artistic Software
Topic :: Games/Entertainment
Topic :: Multimedia
Topic :: Software Development :: Libraries
[pytest]
addopts = -qs --cov rave --cov modules --cov-config .coveragerc --cov-report term-missing