adjusted paths in setup script

This commit is contained in:
troido 2017-10-28 12:58:09 +02:00
parent 86871dc9fb
commit 231ce61e01
4 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ setup(
],
entry_points={
'console_scripts': [
'asciifarm = asciifarm.playgame:main',
'hostfarms = asciifarm.hostfarms:main',
'asciifarm = asciifarm.client:main',
'hostfarms = asciifarm.server:main',
# TODO: troido, if you want just one asciifarm command, change
# this to asccifarm and remove the previous two lines -wangofett, 2017-10-27
'testasciifarm = asciifarm.__main__:main',