Skip to content

Commit

Permalink
use setuptools instead of distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
julieqiu committed May 14, 2018
1 parent 0401cbd commit 14784d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from distutils.core import setup
from setuptools import find_packages
from setuptools import setup, find_packages

setup(
name='searchapp',
Expand Down

0 comments on commit 14784d5

Please sign in to comment.