ul-gh / PiPyADC

Python classes for interfacing Texas Instruments analog-to-digital converters with the Raspberry Pi
GNU Lesser General Public License v2.1
69 stars 27 forks source link

Add setup.py and other packaging files #23

Closed bleykauf closed 3 years ago

bleykauf commented 3 years ago

I noticed that PiPyADC is currently not in pypi. Since I am currently building a programm based on PiPyADC I wanted to install it as a package and added the necessary files install instructions to the README in my fork.

I think it would be useful to others to merge these changes to your official repo. I can also assist you in pushing it to pypi.org if you want. Then it could simply be installed with pip.

I made the following changes:

Note that the URLs and maintainer info have to be changed to in the setup.cfg and README.md.