mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 12:56:30 +01:00
Tweaks of installer for windows support
This commit is contained in:
parent
8ac011bf66
commit
84761ed79b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -49,7 +49,7 @@ setup(
|
|||
version=get_version(),
|
||||
description='A full-featured MUD building toolkit.',
|
||||
packages=find_packages(),
|
||||
scripts=['bin/evennia', 'bin/evennia_runner.py'],
|
||||
scripts=['bin/evennia', 'bin/evennia.py', 'bin/evennia_runner.py'],
|
||||
install_requires=get_requirements(),
|
||||
package_data={'': package_data()},
|
||||
zip_safe=False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue