From d101783f283364715c98d4e8d64fed02eb2b346c Mon Sep 17 00:00:00 2001 From: Benjamin Kirkbride Date: Thu, 20 Aug 2020 18:29:59 -0400 Subject: [PATCH] chore(setup.cfg): update --- setup.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 878d5e9..89a2ebb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,8 +1,6 @@ [metadata] name = pytiled_parser -description = PongWall Server Prototype -author = Benjamin Kirkbride -author-email = BenjaminKirkbride@gmail.com +description = A library for parsing JSON formatted Tiled Map Editor maps and tilesets. license = MIT license-file = LICENSE url = https://github.com/Beefy-Swain/pytiled_parser