Add test for relative path uris and ssm
fix code to make relative paths work again. changed miniuri/miniuri.py changed setup.py changed test_miniuri.py
This commit is contained in:
parent
1261b26990
commit
e11161ea14
3 changed files with 37 additions and 8 deletions
2
setup.py
2
setup.py
|
|
@ -4,7 +4,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name="miniuri",
|
||||
version="1.0.6",
|
||||
version="1.0.7",
|
||||
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