Skip to content

Commit 1c19d6e

Browse files
committed
Switch to setuptools
1 parent ea1fe7b commit 1c19d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python3
22

33
from __future__ import absolute_import
4-
from distutils.core import setup
4+
from setuptools import setup
55

66
setup(name='jens',
77
version='1.4.0',

0 commit comments

Comments
 (0)