require clint

This commit is contained in:
Kenneth Reitz
2011-04-17 10:58:08 -04:00
parent b0edc59371
commit 5397d986b0
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
clint
+3 -3
View File
@@ -11,8 +11,8 @@ from distutils.core import setup
if sys.argv[-1] == "publish":
os.system('python setup.py sdist upload')
sys.exit()
required = ['github2']
required = ['github2', 'clint']
setup(
@@ -42,5 +42,5 @@ setup(
'console_scripts': [
'ghsync = ghsync.core:run',
],
}
}
)