Skip to content

Commit

Permalink
Keep versioneer.py from using distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Oct 25, 2021
1 parent cb64d9b commit c294de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioneer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1500,7 +1500,7 @@ def get_cmdclass():
cmds = {}

# we add "version" to both distutils and setuptools
from distutils.core import Command
from setuptools import Command

class cmd_version(Command):
description = "report generated version string"
Expand Down

0 comments on commit c294de8

Please sign in to comment.