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:
russellballestrini 2019-03-02 09:20:26 -05:00
parent 1261b26990
commit e11161ea14
3 changed files with 37 additions and 8 deletions

View file

@ -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",