/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to setup.py

Use setuptools instead of distutils.

Otherwise all that easy_install documentation would be wrong.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
# You should have received a copy of the GNU General Public License
18
18
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
19
 
20
 
from distutils.core import setup
 
20
from setuptools import setup
21
21
from meta import *
22
22
from meta import __version__
23
23