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 Jul 20, 2020
1 parent c55a299 commit e8de4a6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
14 changes: 9 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
.. image:: http://www.repostatus.org/badges/latest/wip.svg
:target: http://www.repostatus.org/#wip
:alt: Project Status: WIPInitial 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: ActiveThe project has reached a stable, usable
state and is being actively developed.

.. image:: https://travis-ci.com/jwodder/entry-points-txt.svg?branch=master
:target: https://travis-ci.com/jwodder/entry-points-txt

.. image:: https://codecov.io/gh/jwodder/entry-points-txt/branch/master/graph/badge.svg
:target: https://codecov.io/gh/jwodder/entry-points-txt

.. image:: https://img.shields.io/pypi/pyversions/entry-points-txt.svg
:target: https://pypi.org/project/entry-points-txt/

.. image:: https://img.shields.io/github/license/jwodder/entry-points-txt.svg
:target: https://opensource.org/licenses/MIT
:alt: MIT License

`GitHub <https://github.com/jwodder/entry-points-txt>`_
| `PyPI <https://pypi.org/project/entry-points-txt/>`_
| `Issues <https://github.com/jwodder/entry-points-txt/issues>`_
``entry-points-txt`` provides functions for reading & writing
Expand All @@ -28,7 +32,7 @@ Installation
<https://pip.pypa.io>`_ for Python 3 (You have pip, right?) to install
``entry-points-txt``::

python3 -m pip install git+https://github.com/jwodder/entry-points-txt.git
python3 -m pip install entry-points-txt


API
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ keywords =
entry_points.txt

classifiers =
Development Status :: 3 - Alpha
#Development Status :: 4 - Beta
Development Status :: 4 - Beta
#Development Status :: 5 - Production/Stable
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Expand Down
2 changes: 1 addition & 1 deletion src/entry_points_txt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Visit <https://github.com/jwodder/entry-points-txt> for more information.
"""

__version__ = '0.1.0.dev1'
__version__ = '0.1.0'
__author__ = 'John Thorvald Wodder II'
__author_email__ = '[email protected]'
__license__ = 'MIT'
Expand Down

0 comments on commit e8de4a6

Please sign in to comment.