Skip to content

Commit

Permalink
Merge pull request #711 from pathunstrom/move-to-pyproject-toml
Browse files Browse the repository at this point in the history
Move to pyproject.toml and src folder.
  • Loading branch information
AstraLuma committed May 20, 2024
2 parents c2e4c42 + fa213b8 commit 54b7666
Show file tree
Hide file tree
Showing 36 changed files with 40 additions and 45 deletions.
40 changes: 40 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,46 @@ requires = ["setuptools>=30.3.0", "wheel", "setuptools_scm"]
# Actually tell PEP517 tools to call setuptools
build-backend = "setuptools.build_meta"

[project]
dynamic = ["version"]
name = "ppb"
authors = [
{name = "Piper Thunstrom", email="pathunstrom@gmail.com"}
]
maintainers = [
{name = "Piper Thunstrom", email="pathunstrom@gmail.com"}
]
description = "An Event Driven Python Game Engine"
readme = "README.md"
license = { "file" = "LICENSE.txt" }
classifiers =[
"Development Status :: 4 - Beta",
"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"
]
requires-python = "> 3.8"
dependencies = [
"PySDL2",
"pysdl2-dll",
"ppb-vector ~= 1.0",
"Deprecated ~= 1.2.12"
]

[project.urls]
Homepage = "https://ppb.dev"
Respository = "https://github.com/ppb/pursuedpybear"
Issues = "https://github.com/ppb/pursuedpybear/issues"

[tool.setuptools_scm]
local_scheme = "dirty-tag"
45 changes: 0 additions & 45 deletions setup.cfg

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 54b7666

Please sign in to comment.