Skip to content

Commit

Permalink
Rename package name due to conflict in pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
oldani committed Jan 29, 2017
1 parent 8db6ace commit 05e855f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ History
------------------

* First release on PyPI.

1.0.1 (2017-01-29)
-----------------------

* Rename package due to conflict in PyPI.
2 changes: 1 addition & 1 deletion HtmlTestRunner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """Ordanis Sanchez Suero"""
__email__ = '[email protected]'
__version__ = '1'
__version__ = '1.0.1'
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ HtmlTestRunner
===============================


.. image:: https://img.shields.io/pypi/v/HtmlTestRunner.svg
:target: https://pypi.python.org/pypi/HtmlTestRunner
.. image:: https://img.shields.io/pypi/v/html-testRunner.svg
:target: https://pypi.python.org/pypi/html-testRunner

.. image:: https://img.shields.io/travis/oldani/HtmlTestRunner.svg
:target: https://travis-ci.org/oldani/HtmlTestRunner
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To install HtmlTestRunner, run this command in your terminal:

.. code-block:: console
$ pip install HtmlTestRunner
$ pip install html-testRunner
This is the preferred method to install HtmlTestRunner, as it will always install the most recent stable release.

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1
current_version = 1.0.1
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
]

setup(
name='HtmlTestRunner',
version='1',
name='html-testRunner',
version='1.0.1',
description="A Test Runner in python, for Human Readable HTML Reports",
long_description=readme + '\n\n' + history,
author="Ordanis Sanchez Suero",
Expand Down

0 comments on commit 05e855f

Please sign in to comment.