Skip to content

Commit

Permalink
fix for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
izuna385 committed May 29, 2021
1 parent dccbde3 commit 935f434
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
6 changes: 5 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
recursive-include resources *
include *.txt
include pytest.ini
recursive-include docs *.png
recursive-include scripts *.py
recursive-include tests *.md
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,7 @@ el.link('今日は東京都のマックにアップルを買いに行き、ス
```

## Setup
NOTE: This is an interim setup method. In the future, it is expected that more simpler method of setup will be available.
* Download [`resources.zip`](https://drive.google.com/drive/folders/11jwmddofQwiH1HSTRwAOAv6-EHUMgI5z?usp=sharing) and unzip.

* run `pip install -r requirements.txt; python3 setup.py install`
`pip install jel`

## Test
`$ python pytest`
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@

setup(
name='jel',
version='0.1.0',
version='0.1.1',
description='Japanese Entity Linker.',
long_description=readme,
long_description_content_type='text/markdown',
author='izuna385',
author_email='izuna385',
author_email='izuna385@gmail.com',
url='https://github.com/izuna385/jel',
packages=find_packages(),
include_package_data=True,
keywords='jel',
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Natural Language :: English',
"License :: OSI Approved :: Apache 2.0",
"License :: OSI Approved :: Apache Software License",
'Programming Language :: Python :: 3.7',
"Operating System :: OS Independent",
],
Expand Down

0 comments on commit 935f434

Please sign in to comment.