Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #36 from dimkauzh/dev
Browse files Browse the repository at this point in the history
Pypi licence update + new version
  • Loading branch information
dimkauzh authored Aug 30, 2023
2 parents d77fae7 + 9f04af3 commit c75e7df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/fusionengine/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = "Dimkauzh"
__version__ = "3.0.2"
__version__ = "3.0.3"

from fusionengine.files.imports import *
import fusionengine.files.systems as sysconfig
Expand Down

0 comments on commit c75e7df

Please sign in to comment.