Skip to content
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.

Commit

Permalink
replace distutils with setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
mvexel committed Feb 22, 2016
1 parent 5e6d7b7 commit 093e699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
@@ -1,4 +1,4 @@
from distutils.core import setup
from setuptools import setup, find_packages

setup(
name='maproulette',
Expand Down

0 comments on commit 093e699

Please sign in to comment.