wip
This commit is contained in:
parent
3cce4c2763
commit
91fe8fbb72
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ setup(name='InvokeDdns',
|
||||||
packages=['invoke_ddns', 'invoke_ddns.command'],
|
packages=['invoke_ddns', 'invoke_ddns.command'],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'tornado>=4.4',
|
'tornado>=4.4',
|
||||||
'nsfn-ddns==0.2.0'
|
'nsfn_ddns==0.2.0'
|
||||||
],
|
],
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue