diff options
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/usr/bin/env python -from distutils.core import setup +from setuptools import setup setup(name='python-pushover', version='0.1', |
![]() |
index : python-pushover | |
| [no description] | gitolite user |
| aboutsummaryrefslogtreecommitdiffstats |
| -rw-r--r-- | setup.py | 2 |
@@ -1,6 +1,6 @@ #!/usr/bin/env python -from distutils.core import setup +from setuptools import setup setup(name='python-pushover', version='0.1', |