switch to setuptools (to distribute actually)
authorAlexander Solovyov <piranha@piranha.org.ua>
Sun, 11 Oct 2009 11:53:36 +0300
changeset 95 5d92ba281fe8
parent 94 0178aca18a6d
child 96 82aaeccffbec
switch to setuptools (to distribute actually)
setup.cfg
setup.py
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/setup.cfg	Sun Oct 11 11:53:36 2009 +0300
@@ -0,0 +1,2 @@
+[upload_docs]
+upload-dir = docs/_build/html
--- a/setup.py	Sun Sep 27 23:24:44 2009 +0300
+++ b/setup.py	Sun Oct 11 11:53:36 2009 +0300
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 import os
-from distutils.core import setup
+from setuptools import setup
 import opster
 
 def read(fname):