Skip to content

Commit 2c2a448

Browse files
committed
Use setuptools for wheel compatibility
1 parent 94be0e9 commit 2c2a448

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
"""
22
Based entirely on Django's own ``setup.py``.
33
"""
4+
from setuptools import setup
5+
46
import os
57
from distutils.command.install import INSTALL_SCHEMES
6-
from distutils.core import setup
78

89
import tagging
910

0 commit comments

Comments
 (0)