Skip to content

Commit

Permalink
Upgraded setup.py to use setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Apr 29, 2014
1 parent 1726d5f commit f25440c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.egg-*
.tox/
MANIFEST
.coverage
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Tricks lifted from Django's own setup.py and django_debug_toolbar.
"""
from distutils.core import setup
from setuptools import setup, find_packages
from distutils.command.install_data import install_data
from distutils.command.install import INSTALL_SCHEMES
import os
Expand Down

0 comments on commit f25440c

Please sign in to comment.