Skip to content

Commit

Permalink
UPDATE setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mattew committed Jan 4, 2020
1 parent f479440 commit e2b70ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ Installation

Manual install via git :

``` {.bash}
```bash
$ git clone https://github.com/0x0ptim0us/twpy.git
$ cd twpy
$ python setup.py install
```

Install using pip:

``` {.bash}
```bash
$ pip install twpy
# or
$ python -m pip install twpy
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def read_file(filename):
version=TWPY_VERSION,
description='Twitter High level scraper for humans. ',
long_description=read_file('README.md'),
long_description_content_type='text/markdown',
license='MIT',
author='Fardin Allahverdinazhand',
author_email='[email protected]',
Expand Down

0 comments on commit e2b70ea

Please sign in to comment.