new release, new method not_authority, new tests and bug fixes
This commit is contained in:
parent
68f2e96856
commit
440be5802b
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ miniuri
|
|||
|
||||
miniuri is a universal URI parser class.
|
||||
|
||||
It is written in 120 lines of Python.
|
||||
It is written in 128 lines of Python.
|
||||
|
||||
Installation
|
||||
============
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -7,7 +7,7 @@ from setuptools import (
|
|||
|
||||
setup(
|
||||
name='miniuri',
|
||||
version='1.0.2',
|
||||
version='1.0.3',
|
||||
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