pyscreeps-arena 0.4a5__tar.gz → 0.4a7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyscreeps-arena-0.4a5 → pyscreeps-arena-0.4a7}/PKG-INFO +1 -1
- {pyscreeps-arena-0.4a5 → pyscreeps-arena-0.4a7}/pyscreeps_arena/compiler.py +1 -0
- {pyscreeps-arena-0.4a5 → pyscreeps-arena-0.4a7}/pyscreeps_arena/core/const.py +1 -1
- pyscreeps-arena-0.4a7/pyscreeps_arena/project.7z +0 -0
- {pyscreeps-arena-0.4a5 → pyscreeps-arena-0.4a7}/pyscreeps_arena.egg-info/PKG-INFO +1 -1
- {pyscreeps-arena-0.4a5 → pyscreeps-arena-0.4a7}/setup.py +1 -1
- pyscreeps-arena-0.4a5/pyscreeps_arena/project.7z +0 -0
- {pyscreeps-arena-0.4a5 → pyscreeps-arena-0.4a7}/pyscreeps_arena/__init__.py +0 -0
- {pyscreeps-arena-0.4a5 → pyscreeps-arena-0.4a7}/pyscreeps_arena/build.py +0 -0
- {pyscreeps-arena-0.4a5 → pyscreeps-arena-0.4a7}/pyscreeps_arena/core/__init__.py +0 -0
- {pyscreeps-arena-0.4a5 → pyscreeps-arena-0.4a7}/pyscreeps_arena/core/basic.py +0 -0
- {pyscreeps-arena-0.4a5 → pyscreeps-arena-0.4a7}/pyscreeps_arena/core/config.py +0 -0
- {pyscreeps-arena-0.4a5 → pyscreeps-arena-0.4a7}/pyscreeps_arena/core/core.py +0 -0
- {pyscreeps-arena-0.4a5 → pyscreeps-arena-0.4a7}/pyscreeps_arena/core/main.py +0 -0
- {pyscreeps-arena-0.4a5 → pyscreeps-arena-0.4a7}/pyscreeps_arena/core/utils.py +0 -0
- {pyscreeps-arena-0.4a5 → pyscreeps-arena-0.4a7}/pyscreeps_arena/localization.py +0 -0
- {pyscreeps-arena-0.4a5 → pyscreeps-arena-0.4a7}/pyscreeps_arena.egg-info/SOURCES.txt +0 -0
- {pyscreeps-arena-0.4a5 → pyscreeps-arena-0.4a7}/pyscreeps_arena.egg-info/dependency_links.txt +0 -0
- {pyscreeps-arena-0.4a5 → pyscreeps-arena-0.4a7}/pyscreeps_arena.egg-info/entry_points.txt +0 -0
- {pyscreeps-arena-0.4a5 → pyscreeps-arena-0.4a7}/pyscreeps_arena.egg-info/requires.txt +0 -0
- {pyscreeps-arena-0.4a5 → pyscreeps-arena-0.4a7}/pyscreeps_arena.egg-info/top_level.txt +0 -0
- {pyscreeps-arena-0.4a5 → pyscreeps-arena-0.4a7}/setup.cfg +0 -0
|
@@ -839,6 +839,7 @@ class Compiler(CompilerBase):
|
|
|
839
839
|
arena_name = const.ARENA_NAMES.get(config.arena, const.ARENA_NAMES['green']) # like green -> spawn_and_swamp
|
|
840
840
|
self.TOTAL_INSERT_AT_HEAD += self.ARENA_IMPORTS_GETTER[arena_name]() # add arena imports
|
|
841
841
|
total_js = f"const __VERSION__ = '{const.VERSION}';\nconst __PYTHON_VERSION__ = '{python_version_info}';" + self.TOTAL_INSERT_AT_HEAD + f"\nexport var LANGUAGE = '{config.language}';\n"
|
|
842
|
+
total_js += f"const __AUTHOR__ = '---unfilled---';\n"
|
|
842
843
|
|
|
843
844
|
core.lprint(WAIT, LOC_GENERATING_TOTAL_MAIN_JS, end="", ln=config.language)
|
|
844
845
|
|
|
Binary file
|
|
@@ -7,7 +7,7 @@ with open(r"T:\New_PC\Import_Project\uploads\pyscreeps-arena_upload\pyscreeps-ar
|
|
|
7
7
|
long_description = f.read()
|
|
8
8
|
setup(
|
|
9
9
|
name='pyscreeps-arena',
|
|
10
|
-
version='0.
|
|
10
|
+
version='0.4a7',
|
|
11
11
|
description='Python api|interface to play game: Screeps: Arena.',
|
|
12
12
|
long_description=long_description,
|
|
13
13
|
long_description_content_type='text/markdown',
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyscreeps-arena-0.4a5 → pyscreeps-arena-0.4a7}/pyscreeps_arena.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|