mirror of https://github.com/Hoffelhas/autodoist
Start v0.2-dev
parent
5554c636d9
commit
5baa671d83
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from distutils.core import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='NextAction',
|
name='NextAction',
|
||||||
version='0.1',
|
version='0.2-dev',
|
||||||
py_modules=['nextaction'],
|
py_modules=['nextaction'],
|
||||||
url='https://github.com/nikdoof/NextAction',
|
url='https://github.com/nikdoof/NextAction',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
|
|
Loading…
Reference in New Issue