quick code test

This commit is contained in:
shrkey
2016-10-04 21:58:07 +01:00
parent bca4e41e13
commit fd9c62fc6a
8 changed files with 28 additions and 0 deletions

11
setup.py Normal file
View File

@@ -0,0 +1,11 @@
from distutils.core import setup
setup(name = 'darkwater_640',
version = '1.0.0',
author = 'Team Dark Water',
author_email = 'team@darkwater.io',
description = 'Library for Dark Water 640 board',
license = 'MIT',
url = 'https://github.com/darkwaterfoundation/darkwater_python_640',
packages = ['darkwater_640']
)