45 lines
1.1 KiB
INI
45 lines
1.1 KiB
INI
[aliases]
|
|
test = pytest
|
|
|
|
[metadata]
|
|
name = ppb
|
|
author = Piper Thunstrom
|
|
author_email = pathunstrom@gmail.com
|
|
description = An Event Driven Python Game Engine
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
url = https://github.com/ppb/pursuedpybear
|
|
license = Artistic-2.0
|
|
classifiers =
|
|
Development Status :: 5 - Production/Stable
|
|
Intended Audience :: Education
|
|
Intended Audience :: Developers
|
|
License :: OSI Approved :: Artistic License
|
|
Natural Language :: English
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
Programming Language :: Python :: 3.10
|
|
Programming Language :: Python :: 3.11
|
|
Programming Language :: Python :: 3.12
|
|
Topic :: Games/Entertainment
|
|
Topic :: Software Development :: Libraries
|
|
Operating System :: OS Independent
|
|
|
|
[options]
|
|
packages =
|
|
ppb
|
|
ppb.systems
|
|
ppb.features
|
|
ppb.debug
|
|
|
|
setup_requires =
|
|
pytest-runner
|
|
wheel
|
|
setuptools_scm
|
|
install_requires = file: requirements.txt
|
|
tests_requires = file: requirements-tests.txt
|
|
|
|
python_requires = >= 3.8
|
|
|
|
use_scm_version = True
|