Skip to content
This repository has been archived by the owner on Nov 23, 2019. It is now read-only.

Commit

Permalink
Prepare for 0.0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
topikachu committed Aug 2, 2014
1 parent fe99b75 commit 0fd1fec
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/usr/bin/env python

from setuptools import setup

setup(name='python-ev3',
version='0.0.2',
license='Apache License 2.0',
description='Python library of ev3dev firmware',
author='Gong Yi',
author_email='topikachu@163.com',
url='https://github.com/topikachu/python-ev3',
packages=['ev3'],
download_url="https://github.com/topikachu/python-ev3/releases/tag/0.0.2"
)
#!/usr/bin/env python

from setuptools import setup

setup(name='python-ev3',
version='0.0.2.1',
license='Apache License 2.0',
description='Python library of ev3dev firmware',
author='Gong Yi',
author_email='topikachu@163.com',
url='https://github.com/topikachu/python-ev3',
packages=['ev3'],
download_url="https://github.com/topikachu/python-ev3/releases/tag/0.0.2.1"
)

0 comments on commit 0fd1fec

Please sign in to comment.