Added first version of setup.py

pull/90/head
Paris Kasidiaris 2013-10-18 11:10:22 +01:00
parent 7585a23e6c
commit e0034f204d
1 changed files with 13 additions and 0 deletions

13
setup.py Normal file
View File

@ -0,0 +1,13 @@
from distutils.core import setup
setup(name='Mbed',
version='0.0.1',
description='Package description',
long_description='Package long description',
author='Author name',
author_email='Author email',
maintainer='Maintainer name',
maintainer_email='Maintainer email',
url='Homepage url',
download_url='Pacjage download url',
license='Apache License string')