Skip to content

Commit

Permalink
Merge pull request #5 from Ydrasil/setup
Browse files Browse the repository at this point in the history
Add setup.py file
  • Loading branch information
Vincent Agnano authored May 17, 2017
2 parents 5937b4f + 2dd93b8 commit 25a94f3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from distutils.core import setup


setup(
name='tcii18n',
version='0.1',
author='Hugo Mochet',
license='Copyright Anthropedia',
long_description=open('readme.md').read(),
)

0 comments on commit 25a94f3

Please sign in to comment.