Skip to content

Commit

Permalink
Switched to setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
bfirsh committed Sep 7, 2010
1 parent 9c12307 commit 55676c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from distutils.core import setup from setuptools import setup


setup( setup(
name='django-class-based-views', name='django-class-based-views',
Expand Down

0 comments on commit 55676c8

Please sign in to comment.