Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
switch to setuptools
  • Loading branch information
kmike committed Jun 5, 2014
1 parent 1665bc1 commit ae7a091
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .hgignore
Expand Up @@ -4,6 +4,7 @@
\.so$
\.o$
\.lo$
egg-info/

\.svn
\.cvsignore
Expand All @@ -17,4 +18,4 @@
\.orig$
\.prof$
\.coverage$
^docs/_
^docs/_
3 changes: 1 addition & 2 deletions setup.py
@@ -1,7 +1,6 @@
#! /usr/bin/env python
import glob
from distutils.core import setup
from distutils.extension import Extension
from setuptools import setup, Extension

setup(
name="DAWG",
Expand Down

0 comments on commit ae7a091

Please sign in to comment.