Skip to content

Commit

Permalink
Fix the setup
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Jan 7, 2013
1 parent 01672ac commit 6e7f49d
Show file tree
Hide file tree
Showing 61 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include README COPYING *.py dictionaries/*.dic
include README COPYING pyphen/__init__.py pyphen/dictionaries/*.dic
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,14 @@
setup(
name='Pyphen',
version='0.6',
py_modules=['pyphen'],
packages=['pyphen'],
provides=['pyphen'],
package_data={'pyphen': ['dictionaries/*.dic']},
author='Guillaume Ayoub',
author_email='[email protected]',
url='https://github.com/Kozea/Pyphen',
description='Pure Python module to hyphenate text',
zip_safe=False,
long_description=open(
os.path.join(os.path.dirname(__file__), 'README')).read(),
classifiers=classifiers,
Expand Down

0 comments on commit 6e7f49d

Please sign in to comment.