New Release. More unit tests and fix ups!

modified:   README.rst
	modified:   miniuri/miniuri.py
	modified:   miniuri/tests/test_miniuri.py
	modified:   setup.py
This commit is contained in:
Russell Ballestrini 2024-09-25 10:02:57 -04:00
parent 143127cf7a
commit 06e48daa4d
4 changed files with 161 additions and 95 deletions

View file

@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup(
name="miniuri",
version="1.0.9",
version="1.1.0",
long_description=open("README.rst").read(),
description="miniuri: The Universal URI Parser",
keywords="miniuri uri url parser",
@ -31,6 +31,9 @@ setup(
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
],
)
@ -39,4 +42,3 @@ setup(
# built and uploaded to pypi with this:
#python setup.py sdist bdist_egg
#twine upload dist/*