Skip to content

Commit 6cef034

Browse files
committed
Update README for new location
1 parent e2cc81d commit 6cef034

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tools/python/README

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ Standard Python v2.x version:
114114
- Ensure that python/HISTORY file is up-to-date.
115115
- Set the __version__ field in python/phonenumbers/__init__.py
116116
- Check that the list of symbols in python/phonenumbers/__init__.py __all__ is
117-
up to date. The tools/allcheck.py script helps with this.
117+
up to date. The tools/python/allcheck.py script helps with this.
118118
- Check that the unit tests all run successfully:
119-
cd tools && make test
119+
cd tools/python && make test
120120
- Check that Python 2.5 is still supported:
121-
cd tools && make PYTHON=python2.5 test
121+
cd tools/python && make PYTHON=python2.5 test
122122
- Create a release-<version> branch and shift to it with:
123123
git checkout -b release-<version>
124124
- Push the branch to Github with:
@@ -128,7 +128,7 @@ Standard Python v2.x version:
128128
cd python && setup.py sdist
129129
- Create a Debian package deb_dist/python-phonenumbers-<version>-1_all.deb
130130
on a Linux machine with:
131-
cd tools && make deb
131+
cd tools/python && make deb
132132
- Upload the tarball and Debian package to Github downloads page at:
133133
https://github.com/daviddrysdale/python-phonenumbers/downloads
134134
- Push the package to PyPI with:

0 commit comments

Comments
 (0)