fix old github refs
modified: CONTRIBUTING.rst modified: README.rst modified: setup.py
This commit is contained in:
parent
1c6dbd32f8
commit
279dcb4189
3 changed files with 7 additions and 7 deletions
|
|
@ -4,4 +4,8 @@ To contribute please make sure all tests pass.
|
||||||
|
|
||||||
If you are adding new functionality please write a unit test.
|
If you are adding new functionality please write a unit test.
|
||||||
|
|
||||||
|
Try running this:
|
||||||
|
|
||||||
|
`make test`
|
||||||
|
|
||||||
To avoid discussions regarding code formatting, please use `black <https://github.com/ambv/black>`_ with default settings.
|
To avoid discussions regarding code formatting, please use `black <https://github.com/ambv/black>`_ with default settings.
|
||||||
|
|
|
||||||
|
|
@ -45,13 +45,9 @@ install from pypi using pip::
|
||||||
|
|
||||||
pip install nested-lookup
|
pip install nested-lookup
|
||||||
|
|
||||||
or easy_install::
|
|
||||||
|
|
||||||
easy_install nested-lookup
|
|
||||||
|
|
||||||
or install from source using::
|
or install from source using::
|
||||||
|
|
||||||
git clone https://github.com/russellballestrini/nested-lookup.git
|
git clone ssh://git@git.unturf.com:2222/python/nested-lookup.git
|
||||||
cd nested-lookup
|
cd nested-lookup
|
||||||
pip install .
|
pip install .
|
||||||
|
|
||||||
|
|
|
||||||
4
setup.py
4
setup.py
|
|
@ -23,7 +23,7 @@ print(requirements())
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="nested-lookup",
|
name="nested-lookup",
|
||||||
version="0.2.24",
|
version="0.2.25",
|
||||||
description="Python functions for working with deeply nested documents (lists and dicts) ",
|
description="Python functions for working with deeply nested documents (lists and dicts) ",
|
||||||
keywords="nested document dictionary dict list lookup schema json xml yaml",
|
keywords="nested document dictionary dict list lookup schema json xml yaml",
|
||||||
long_description=open("README.rst").read(),
|
long_description=open("README.rst").read(),
|
||||||
|
|
@ -52,5 +52,5 @@ setup(
|
||||||
|
|
||||||
# build package:
|
# build package:
|
||||||
# pip install twine
|
# pip install twine
|
||||||
# python setup.py sdist bdist_egg
|
# python setup.py sdist
|
||||||
# twine upload dist/*
|
# twine upload dist/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue