Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
update pypi
  • Loading branch information
cbaziotis committed May 17, 2022
1 parent 1826f53 commit 158598a
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 6 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,15 @@ Citation:
**Disclaimer:** The library is no longer actively developed. I will try to resolve important issues, but I can't make any promises.

# Installation

build from source
```
pip install ekphrasis
pip install git+git://github.com/cbaziotis/ekphrasis.git
```
or install from pypi
```
pip install ekphrasis -U
```


# Overview

Expand Down
21 changes: 21 additions & 0 deletions ekphrasis/LICENCE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2022 Christos Baziotis

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
4 changes: 2 additions & 2 deletions pypi_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ rm -rf dist
python setup.py sdist bdist_wheel
pip wheel -r requirements.txt

twine register dist/*.tar.gz
# twine register dist/*.tar.gz
twine upload dist/*
python setup.py sdist upload -r pypi
# python setup.py sdist upload -r pypi
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ colorama==0.3.9
matplotlib==2.2.2
setuptools==36.2.5
termcolor==1.1.0
numpy==1.13.1
numpy==1.19.1
nltk==3.2.4
ujson==1.35
ftfy==4.4.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='ekphrasis',
version='0.5.2',
version='0.5.4',
description='Text processing tool, geared towards text from '
'social networks, such as Twitter or Facebook. '
'Ekphrasis performs tokenization, word normalization, '
Expand Down

0 comments on commit 158598a

Please sign in to comment.