From bb91e5326ac91a8335bb8379cc4f8757f37987c6 Mon Sep 17 00:00:00 2001 From: Aziez Ahmed Chawdhary Date: Thu, 29 Dec 2016 09:11:08 +0000 Subject: [PATCH] version 1.0.0 on PyPI --- .pypirc | 5 +++++ README.rst | 7 +++---- newsapi/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 .pypirc diff --git a/.pypirc b/.pypirc new file mode 100644 index 0000000..c2ce473 --- /dev/null +++ b/.pypirc @@ -0,0 +1,5 @@ +[distutils] +index-servers=pypi + +[pypi] +repository = https://upload.pypi.org/legacy/ diff --git a/README.rst b/README.rst index fcc9bd7..e87bbf0 100644 --- a/README.rst +++ b/README.rst @@ -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 ----------------- @@ -42,7 +41,7 @@ Get headlines from a specific source news Example -~~~~~~~ +------- :: diff --git a/newsapi/__init__.py b/newsapi/__init__.py index 7fd229a..1f356cc 100644 --- a/newsapi/__init__.py +++ b/newsapi/__init__.py @@ -1 +1 @@ -__version__ = '0.2.0' +__version__ = '1.0.0' diff --git a/setup.py b/setup.py index fd04c4b..7ac7b5d 100644 --- a/setup.py +++ b/setup.py @@ -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 = [