Skip to content

Commit

Permalink
Merge pull request #8 from Itxaka/master
Browse files Browse the repository at this point in the history
fixed the requirements auto install from setup.py
  • Loading branch information
Gauvain Pocentek committed Nov 6, 2013
2 parents 5f0136c + 01ade72 commit 37e6648
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

from distutils.core import setup
from setuptools import setup

def get_version():
f = open('gitlab.py')
Expand All @@ -22,6 +22,7 @@ def get_version():
url='https://github.com/gpocentek/python-gitlab',
py_modules=['gitlab'],
scripts=['gitlab'],
install_requires=['requests'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
Expand Down

0 comments on commit 37e6648

Please sign in to comment.