Skip to content

Commit

Permalink
Add setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
deshipu committed Oct 18, 2016
1 parent e149e5b commit e49ea29
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
from distutils.core import setup


setup(
name='micropython-adafruit-ads1015',
py_modules=['ads1x15'],
version="1.0",
description="Driver for MicroPython for the ADS1x15 ADC.",
long_description="""\
MicroPython driver for the precision analog-to-digital converters ADS1015 and
ADS1115.""",
author='Radomir Dopieralski',
author_email='micropython@sheep.art.pl',
classifiers = [
'Development Status :: 6 - Mature',
'Programming Language :: Python :: 3',
'License :: OSI Approved :: MIT License',
],
)

0 comments on commit e49ea29

Please sign in to comment.