Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Update Version, Release.sh, and Long Description
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrochukM committed Apr 8, 2018
1 parent a85955d commit 1412843
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 3 additions & 0 deletions build_tools/pypi/release.sh
@@ -1,6 +1,9 @@
# NOTE: First, update the version number in `torchnlp.__init__.__version__``
# REFERENCE: https://packaging.python.org/tutorials/distributing-packages/

# Delete the last wheel
rm -r dist/

# Create a source distribution
python3.6 setup.py sdist

Expand Down
6 changes: 1 addition & 5 deletions setup.py
Expand Up @@ -30,11 +30,7 @@ def find_version(*file_paths):
author_email='petrochukm@gmail.com',
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=[
Expand Down
2 changes: 1 addition & 1 deletion torchnlp/__init__.py
@@ -1 +1 @@
__version__ = '0.2.0'
__version__ = '0.2.1'

0 comments on commit 1412843

Please sign in to comment.