Skip to content

Commit

Permalink
move paths to separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
cjer committed Aug 22, 2021
1 parent 2d18f49 commit 981a872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ def get_data_files(kind: str) -> list:
long_description = fh.read()
setuptools.setup(
name='bclm',
version='1.0.1',
version='1.0.2',
author="Dan Bareket",
author_email="dbareket@gmail.com",
description="THE go-to place for all Python Hebrew Treebank processing tasks.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/OnlpLab/bclm",
download_url="https://github.com/OnlpLab/bclm/archive/refs/tags/v1.0.1-beta.tar.gz",
download_url="https://github.com/OnlpLab/bclm/archive/refs/tags/v1.0.2-beta.tar.gz",
packages=['bclm', 'bclm/data'],
package_data={'bclm': get_data_files('data'), 'bclm/data': get_data_files('yap')},
install_requires=['pandas',
Expand Down

0 comments on commit 981a872

Please sign in to comment.