diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fc205ef..ba60012 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] architecture: ['x64'] steps: diff --git a/setup.cfg b/setup.cfg index d86e872..2282dd7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,13 +1,15 @@ [metadata] name = pytiled_parser -description = A library for parsing JSON formatted Tiled Map Editor maps and tilesets. +description = A library for parsing Tiled Map Editor maps and tilesets. long_description = file: README.md long_description_content_type = text/markdown author = Benjamin Kirkbride author-email = BenjaminKirkbride@gmail.com +maintainer = Darren Eberly +maintainer-email = darren.eberly@gmail.com license = MIT license-file = LICENSE -url = https://github.com/Beefy-Swain/pytiled_parser +url = https://github.com/pythonarcade/pytiled_parser classifiers = Development Status :: 5 - Production/Stable @@ -15,9 +17,11 @@ classifiers = License :: OSI Approved :: MIT License Operating System :: OS Independent Programming Language :: Python - Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 + Programming Langauge :: Python :: 3.11 Programming Language :: Python :: Implementation :: CPython Topic :: Software Development :: Libraries :: Python Modules