changed README.rst

changed setup.py
This commit is contained in:
russellballestrini 2017-12-10 14:08:28 -05:00
parent 7366d718c4
commit ffc97260bd
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ What does it do?
The parser grants access to the following attributes:
.. code-block:: python
.. code-block:: text
foo://username:password@test.com:808/go/to/index.php?pet=cat&name=bam#eye
\_/ \_______________/ \______/ \_/ \___/ \_/ \_______________/\_/

View file

@ -7,7 +7,7 @@ from setuptools import (
setup(
name='miniuri',
version='1.0.4',
version='1.0.5',
long_description = open('README.rst').read(),
description='miniuri: The Universal URI Parser',
keywords = 'miniuri uri url parser',