Skip to content

Commit 4d782d2

Browse files
derek73claude
andcommitted
Update docs to reflect removal of setup.py
Replace `python setup.py sdist bdist_wheel` with `python -m build` and update the editable install URL to use https and modern pip syntax. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3ab9daf commit 4d782d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ Unless you add better coverage someplace else, add a few examples of your names
3838
New Releases
3939
------------
4040

41-
$ python setup.py sdist bdist_wheel
41+
$ python -m build
4242
$ twine upload dist/*

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Installation
4949
If you want to try out the latest code from GitHub you can
5050
install with pip using the command below.
5151

52-
``pip install -e git+git://github.com/derek73/python-nameparser.git#egg=nameparser``
52+
``pip install -e git+https://github.com/derek73/python-nameparser.git``
5353

5454
If you need to handle lists of names, check out
5555
`namesparser <https://github.com/gwu-libraries/namesparser>`_, a

0 commit comments

Comments
 (0)