Skip to content

Commit

Permalink
Basic project packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
ben174 committed Jun 23, 2013
1 parent 00a277f commit 44c2134
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Creative Commons Attribution-Noncommercial-Share Alike license
Empty file added rikeripsum/__init__.py
Empty file.
9 changes: 9 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
from distutils.core import setup

setup(
name='RikerIpsum',
version='1.0',
packages=['rikeripsum',],
license='Creative Commons Attribution-Noncommercial-Share Alike license',
long_description=open('README.md').read(),
)

0 comments on commit 44c2134

Please sign in to comment.