mirror of
https://github.com/kennethreitz/ghsync.git
synced 2026-06-05 15:00:17 +00:00
require clint
This commit is contained in:
@@ -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',
|
||||
],
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user