David Clark 961442cfd7 updated name to ddcee-tools to ddceetools.
Added setup.py for installation with pip -e
2024-11-28 19:20:39 -08:00

6 lines
121 B
Python

from distutils.core import setup
setup(name='ddceetools',
version='0.1.0',
py_modules=['resistors'],
)