More tests with windows support.
This commit is contained in:
parent
84761ed79b
commit
fbcb616086
3 changed files with 2 additions and 1 deletions
1
bin/evennia.bat
Executable file
1
bin/evennia.bat
Executable file
|
|
@ -0,0 +1 @@
|
||||||
|
@"python" "bin\evennia.py" %*
|
||||||
0
bin/evennia.py
Executable file → Normal file
0
bin/evennia.py
Executable file → Normal file
2
setup.py
2
setup.py
|
|
@ -49,7 +49,7 @@ setup(
|
||||||
version=get_version(),
|
version=get_version(),
|
||||||
description='A full-featured MUD building toolkit.',
|
description='A full-featured MUD building toolkit.',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
scripts=['bin/evennia', 'bin/evennia.py', 'bin/evennia_runner.py'],
|
scripts=['bin/evennia', 'bin/evennia.bat', 'bin/evennia_runner.py'],
|
||||||
install_requires=get_requirements(),
|
install_requires=get_requirements(),
|
||||||
package_data={'': package_data()},
|
package_data={'': package_data()},
|
||||||
zip_safe=False
|
zip_safe=False
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue