This repository has been archived by the owner on Jul 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Version, Release.sh, and Long Description
- Loading branch information
1 parent
a85955d
commit 1412843
Showing
3 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,11 +30,7 @@ def find_version(*file_paths): | |
author_email='[email protected]', | ||
url='https://github.com/Deepblue129/PytorchNLP', | ||
description='Text utilities and datasets for PyTorch', | ||
long_description="PyTorch-NLP is a library for Natural Language Processing (NLP) in Python. " + | ||
"It's built with the very latest research in mind, and was designed from day one to support " + | ||
"rapid prototyping. PyTorch-NLP comes with pre-trained embeddings, samplers, dataset loaders," + | ||
" metrics, neural network modules and text encoders. It's open-source software, released " + | ||
"under the BSD3 license.", | ||
long_description=read('README.md'), | ||
license='BSD', | ||
install_requires=['numpy', 'pandas', 'tqdm', 'ujson', 'requests'], | ||
classifiers=[ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '0.2.0' | ||
__version__ = '0.2.1' |