Skip to content

Commit

Permalink
initial installable release
Browse files Browse the repository at this point in the history
  • Loading branch information
kitchen committed Sep 9, 2014
1 parent c91fdda commit 2b6f125
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include HISTORY.txt
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import os
from setuptools import setup

version = '0.1'
version = '0.1.2'

here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.md')).read()
README = open(os.path.join(here, 'README')).read()
HISTORY = open(os.path.join(here, 'HISTORY.txt')).read()

install_requires = [
Expand Down

0 comments on commit 2b6f125

Please sign in to comment.