Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jared-neumann committed Jul 15, 2021
1 parent 2dc1608 commit 7a2e3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
packages = ['phonolex'],
package_dir = {'phonolex': 'src/phonolex'},
package_data={'phonolex': ['data/cmu.json', 'data/features.json', 'data/commonwords.txt', 'data/commonlemma.txt']},
version = '0.1', license='gpl-3.0',
version = '0.1', license='wtfpl',
description = 'This is a small package to describe the phonology of words and find matches for word features and/or phonological patterns.',
author = 'Jared Neumann',
author_email = 'janeuman@iu.edu',
Expand Down

0 comments on commit 7a2e3e2

Please sign in to comment.