fix old github refs

modified:   CONTRIBUTING.rst
	modified:   README.rst
	modified:   setup.py
This commit is contained in:
Russell Ballestrini 2022-07-06 14:53:52 -04:00
parent 1c6dbd32f8
commit 279dcb4189
3 changed files with 7 additions and 7 deletions

View file

@ -23,7 +23,7 @@ print(requirements())
setup(
name="nested-lookup",
version="0.2.24",
version="0.2.25",
description="Python functions for working with deeply nested documents (lists and dicts) ",
keywords="nested document dictionary dict list lookup schema json xml yaml",
long_description=open("README.rst").read(),
@ -52,5 +52,5 @@ setup(
# build package:
# pip install twine
# python setup.py sdist bdist_egg
# python setup.py sdist
# twine upload dist/*