Skip to content

Commit

Permalink
added csv
Browse files Browse the repository at this point in the history
  • Loading branch information
markomanninen committed Apr 4, 2018
1 parent 4c70b3e commit e44fedf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include LICENSE
include README
include HISTORY
include greek_words_corpora.csv
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#python setup.py sdist upload

version = 'v0.1.1'
version = 'v0.1.2'

name = 'grcriddles'

Expand All @@ -24,6 +24,7 @@ def read(fname):
package_data = {
name: ['functions.py', 'greek_words_corpora.csv']
},
include_package_data = True,
install_requires = ["abnum", "IPython", "pandas", "greek_accentuation", "requests", "pathlib", "tqdm"],
version = version,
description = 'GRCRiddle - Study and examination of alphabetical and isopsephical riddles of ancient Greeks',
Expand Down

0 comments on commit e44fedf

Please sign in to comment.