Skip to content

Commit c3bd5e6

Browse files
committed
restored hardcoded values in setup.py
1 parent 379fc69 commit c3bd5e6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,10 @@
3030
from distutils.core import setup
3131
from setuptools import find_packages
3232

33-
from game.data.static import StaticData
3433

3534
setup(
36-
name= StaticData.name,
37-
version= StaticData.version,
35+
name="PyBluesky",
36+
version='1.0.0',
3837
author="Lakhya Jyoti Nath (ljnath)",
3938
author_email='[email protected]',
4039
description='A simple python game to navigate your jet and fight \
@@ -62,7 +61,7 @@
6261
'presplash': 'assets/images/presplash.png',
6362
'presplash-color': '#C4E2FF',
6463
'icon': 'assets/icon/pybluesky.png',
65-
'dist-name': StaticData.name,
64+
'dist-name': 'PyBluesky',
6665
'android-api': 29,
6766
'bootstrap': 'sdl2',
6867
'orientation': 'landscape',

0 commit comments

Comments
 (0)