Skip to content

Commit

Permalink
Get rid of ez_setup
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jun 10, 2013
1 parent 9d3b338 commit 4810675
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 262 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -7,6 +7,7 @@ build
MANIFEST
dist
setuptools*egg
setuptools*tar.gz
setuptools.pth
distribute*egg
distribute*tar.gz
1 change: 0 additions & 1 deletion MANIFEST.in
Expand Up @@ -8,6 +8,5 @@ include doc/source/_templates/*.html

include README.rst

include ez_setup.py
include Makefile.in
include codepy/include/codepy/*.hpp
258 changes: 0 additions & 258 deletions ez_setup.py

This file was deleted.

3 changes: 0 additions & 3 deletions setup.py
@@ -1,9 +1,6 @@
#!/usr/bin/env python
# -*- coding: latin1 -*-

import ez_setup
ez_setup.use_setuptools()

from setuptools import setup

try:
Expand Down

0 comments on commit 4810675

Please sign in to comment.