Skip to content

Commit

Permalink
version 1.0.0 on PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
aziezahmed committed Dec 29, 2016
1 parent 0bd6cda commit bb91e53
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .pypirc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[distutils]
index-servers=pypi

[pypi]
repository = https://upload.pypi.org/legacy/
7 changes: 3 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ Prerequisites
Installing
~~~~~~~~~~

Currently newsapi-cli is not on `PyPi`_ so it requires a manual install.
Newsapi-cli is on `PyPi`_ so it can be installed with pip.

::

git clone https://github.com/aziezahmed/newsapi-cli.git
pip3 install -e ./newsapi-cli
pip install newsapi-cli

Using newsapi-cli
-----------------
Expand All @@ -42,7 +41,7 @@ Get headlines from a specific source
news <source>

Example
~~~~~~~
-------

::

Expand Down
2 changes: 1 addition & 1 deletion newsapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.0'
__version__ = '1.0.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def run(self):
version = __version__,
description = 'A newsapi.org command line program in Python.',
long_description = long_description,
url = 'https://github.com/achawdhary/newsapi-cli',
url = 'https://github.com/aziezahmed/newsapi-cli',
author = 'Aziez Ahmed Chawdhary',
license = 'UNLICENSE',
classifiers = [
Expand Down

0 comments on commit bb91e53

Please sign in to comment.