Skip to content

Commit

Permalink
v0.1.0 — Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Apr 2, 2017
1 parent ef949ab commit f6cb2d2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
12 changes: 8 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
.. image:: http://www.repostatus.org/badges/latest/wip.svg
:target: http://www.repostatus.org/#wip
:alt: Project Status: WIP - Initial development is in progress, but there
has not yet been a stable, usable release suitable for the public.
.. image:: http://www.repostatus.org/badges/latest/active.svg
:target: http://www.repostatus.org/#active
:alt: Project Status: Active — The project has reached a stable, usable
state and is being actively developed.

.. image:: https://img.shields.io/pypi/pyversions/qypi.svg
:target: https://pypi.python.org/pypi/qypi

.. image:: https://img.shields.io/github/license/jwodder/qypi.svg?maxAge=2592000
:target: https://opensource.org/licenses/MIT
:alt: MIT License

`GitHub <https://github.com/jwodder/qypi>`_
| `PyPI <https://pypi.python.org/pypi/qypi>`_
| `Issues <https://github.com/jwodder/qypi/issues>`_
``qypi`` is a command-line client for querying & searching `PyPI
Expand Down
4 changes: 0 additions & 4 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
- Double-check that I'm passing arguments to the API's `search` function
correctly
- Upload to PyPI

- Give `info` and `files` an `--all-versions` option
- Give `info` an option for including the long description

Expand Down
2 changes: 1 addition & 1 deletion qypi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
information.
"""

__version__ = '0.1.0.dev1'
__version__ = '0.1.0'
__author__ = 'John Thorvald Wodder II'
__author_email__ = 'qypi@varonathe.org'
__license__ = 'MIT'
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
install_requires=['click~=6.5', 'packaging>=16', 'requests==2.*'],

classifiers=[
'Development Status :: 3 - Alpha',
#'Development Status :: 4 - Beta',
'Development Status :: 4 - Beta',
#'Development Status :: 5 - Production/Stable',

'Programming Language :: Python :: 3 :: Only',
Expand Down

0 comments on commit f6cb2d2

Please sign in to comment.