Skip to content

Commit

Permalink
0.2.1 now includes LICENSE file. I hate setuptools.
Browse files Browse the repository at this point in the history
  • Loading branch information
sixohsix committed May 17, 2012
1 parent 7d2a33d commit cde8345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1 @@
include LICENSE
2 changes: 1 addition & 1 deletion setup.py
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages, Extension from setuptools import setup, find_packages, Extension
import sys, os import sys, os


version = '0.2.0' version = '0.2.1'


if sys.platform != 'darwin': if sys.platform != 'darwin':
raise Exception( raise Exception(
Expand Down

0 comments on commit cde8345

Please sign in to comment.