wip
This commit is contained in:
parent
59a5f8c12c
commit
ffdb106d7b
2 changed files with 3 additions and 4 deletions
|
|
@ -1,4 +1,2 @@
|
||||||
import nfsn_ddns as n
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
print(dir(n))
|
pass
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,8 @@ setup(name='InvokeDdns',
|
||||||
url='https://github.com/philip-peterson/invoke-ddns',
|
url='https://github.com/philip-peterson/invoke-ddns',
|
||||||
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.3.0'
|
||||||
],
|
],
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue