updated name to ddcee-tools to ddceetools.

Added setup.py for installation with pip -e
This commit is contained in:
David Clark 2024-11-28 19:20:39 -08:00
parent 79b1697eba
commit 961442cfd7
3 changed files with 5 additions and 0 deletions

5
ddceetools/setup.py Normal file
View File

@ -0,0 +1,5 @@
from distutils.core import setup
setup(name='ddceetools',
version='0.1.0',
py_modules=['resistors'],
)