Skip to content

Commit

Permalink
Fixed setup.py sdist, including LICENSE file
Browse files Browse the repository at this point in the history
  • Loading branch information
psmit committed Sep 12, 2012
1 parent cc4fb56 commit 0a9ece7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ develop-eggs
.installed.cfg
lib
lib64
MANIFEST

# Installer logs
pip-log.txt
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include LICENSE
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
setup(name='Morfessor',
version=metadata['version'],
author=metadata['author'],
author_email=metadata['author_email'],
author_email='[email protected]',
url='http://www.cis.hut.fi/projects/morpho/',
description='Morfessor',
packages=['morfessor'],
py_modules=['morfessor'],
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit 0a9ece7

Please sign in to comment.