Skip to content

Commit

Permalink
0.2.2. Apparently I also hate pip. Sigh.
Browse files Browse the repository at this point in the history
  • Loading branch information
sixohsix committed May 17, 2012
1 parent cde8345 commit bd6665d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages, Extension
import sys, os

version = '0.2.1'
version = '0.2.2'

if sys.platform != 'darwin':
raise Exception(
Expand Down Expand Up @@ -37,7 +37,7 @@
author='Mike Verdone',
author_email='mike.verdone+simplecoremidi@gmail.com',
url='https://github.com/sixohsix/simplecoremidi',
license=open('LICENSE', 'r').read(),
license='MIT License',
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit bd6665d

Please sign in to comment.