Skip to content

Commit

Permalink
fix: use setuptools setup
Browse files Browse the repository at this point in the history
  • Loading branch information
SteinRobert committed Apr 2, 2021
1 parent a033b90 commit b737625
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
from distutils.core import setup

from setuptools import find_packages
from setuptools import setup, find_packages

from restcountries import __version__

Expand Down

0 comments on commit b737625

Please sign in to comment.