Rename daemon script and add shebang
This commit is contained in:
parent
ce7369da06
commit
6696238d57
2
setup.py
2
setup.py
|
@ -13,7 +13,7 @@ setup(
|
|||
|
||||
package_dir={'': 'src'},
|
||||
packages=['phi', 'phi.api', 'phi.ldap'],
|
||||
scripts=['src/phi.py'],
|
||||
scripts=['src/phid'],
|
||||
|
||||
install_requires=['aiohttp', 'pyYAML', 'ldap3'],
|
||||
tests_require=['pytest', 'pytest-aiohttp']
|
||||
|
|
Loading…
Reference in New Issue
Block a user