changed README.rst
changed setup.py
This commit is contained in:
parent
7366d718c4
commit
ffc97260bd
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
\_/ \_______________/ \______/ \_/ \___/ \_/ \_______________/\_/
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue