aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-07-28 12:24:11 +0200
committerThibaut Horel <thibaut.horel@gmail.com>2014-07-28 12:24:11 +0200
commit7172eeb31c51fcfcc7e1f0a157758b7d741ca78d (patch)
treeb0a2bcfd36862ed77cc1f2b13a1d461a5b0eb37a
parent0e1d5b595ff2a1958d2da0654e38f9272e61e3ff (diff)
downloadpython-pushover-7172eeb31c51fcfcc7e1f0a157758b7d741ca78d.tar.gz
Fix #6 using setuptools rather than distutils, time to use modern packaging
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 98ed56f..cb3fd53 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-from distutils.core import setup
+from setuptools import setup
setup(name='python-pushover',
version='0.1',