Skip to content

Commit

Permalink
build: Use setuptools instead of distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
last-partizan committed Jan 16, 2021
1 parent fb3ee74 commit 1e64fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
from distutils.core import setup
from setuptools import setup

# Dynamically calculate the version based on modeltranslation.VERSION.
version = __import__('modeltranslation').get_version()
Expand Down

0 comments on commit 1e64fda

Please sign in to comment.