mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-04-05 06:25:35 +00:00
Merge pull request #28 from df7cb/setuptools
Switch from distutils to setuptools
This commit is contained in:
commit
5799c7337b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
import os
|
||||
from distutils.core import setup
|
||||
from setuptools import setup
|
||||
|
||||
kw = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue