Skip to content

Commit

Permalink
fixes formatting on pypi.python.org, hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tal committed May 21, 2015
1 parent 0a1724e commit eabf2bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Configuration for pypicloud-tools piggybacks on your ``~/.pypirc`` file.
You can specify an alternate config file with the ``--config`` flag, but
it must be in the same syntax. That syntax is:

.. code:: conf
.. code:: text
[pypicloud]
repository:http://your.pypicloud.server/pypi
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def run_tests(self):

setup(
name="pypicloud-tools",
version="0.0.6",
version="0.0.7",
author="Adam Talsma",
author_email="[email protected]",
packages=["pypicloud_tools"],
Expand Down

0 comments on commit eabf2bb

Please sign in to comment.