Skip to content

Commit 90d4255

Browse files
committed
Use setuptools.
1 parent 38ffd93 commit 90d4255

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

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

3-
from distutils.core import setup
3+
from setuptools import setup
44

55
setup(name='circuitpython-travis-build-tools',
66
version='0.0.1',

0 commit comments

Comments
 (0)