This repository has been archived by the owner on Dec 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,15 +6,15 @@ build-backend = "setuptools.build_meta" | |
name = "fusion-engine" | ||
description = "A custom open-source game engine on Python and PySDL2, it's written in pure Python! It's easy and fast!" | ||
requires-python = ">=3.7" | ||
license = {text = "MIT"} | ||
license = {text = "GNU GENERAL PUBLIC LICENSE"} | ||
authors = [{name = "Dimkauzh", email = "[email protected]"}] | ||
keywords = ["game", "python", "gamedev", "game-engine", "pygame", | ||
"game-development", "pure-python", "pygame-mixer", "pygame-ttf", "pygame-image", | ||
"python-game", "pygame-library", "python-game-library", | ||
"python-game-engine", "python-games"] | ||
classifiers = [ | ||
"Development Status :: 5 - Production/Stable", | ||
"License :: OSI Approved :: MIT License", | ||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", | ||
"Natural Language :: English", | ||
"Operating System :: MacOS", | ||
"Operating System :: Microsoft :: Windows", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters