Skip to content

Commit

Permalink
use setuptools for setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gbeckers committed Sep 12, 2023
1 parent 1f88328 commit cd18a82
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 @@
import sys
from distutils.core import setup
import versioneer
import setuptools

Expand Down Expand Up @@ -37,7 +36,7 @@
"""

setup(
setuptools.setup(
name='birdwatcher',
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
Expand Down

0 comments on commit cd18a82

Please sign in to comment.