We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379fc69 commit c3bd5e6Copy full SHA for c3bd5e6
setup.py
@@ -30,11 +30,10 @@
30
from distutils.core import setup
31
from setuptools import find_packages
32
33
-from game.data.static import StaticData
34
35
setup(
36
- name= StaticData.name,
37
- version= StaticData.version,
+ name="PyBluesky",
+ version='1.0.0',
38
author="Lakhya Jyoti Nath (ljnath)",
39
author_email='[email protected]',
40
description='A simple python game to navigate your jet and fight \
@@ -62,7 +61,7 @@
62
61
'presplash': 'assets/images/presplash.png',
63
'presplash-color': '#C4E2FF',
64
'icon': 'assets/icon/pybluesky.png',
65
- 'dist-name': StaticData.name,
+ 'dist-name': 'PyBluesky',
66
'android-api': 29,
67
'bootstrap': 'sdl2',
68
'orientation': 'landscape',
0 commit comments