Fix in setup.py
This commit is contained in:
parent
821e0b7be5
commit
42dc99c54d
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -20,7 +20,7 @@ setup(name='pastafaristats',
|
||||||
url='https://bitbucket.org/paramecio/pastafaristats/',
|
url='https://bitbucket.org/paramecio/pastafaristats/',
|
||||||
packages=['pastafaristats'],
|
packages=['pastafaristats'],
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=['psutils'],
|
install_requires=['psutil'],
|
||||||
entry_points={'console_scripts': [
|
entry_points={'console_scripts': [
|
||||||
'pastafaristats = pastafaristats.send_info_daemon:start',
|
'pastafaristats = pastafaristats.send_info_daemon:start',
|
||||||
]},
|
]},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue