Skip to content

Commit 31eaf65

Browse files
committed
Fix python upload instructions.
1 parent f1b3bcc commit 31eaf65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ To support the `referers.json` file, the distribution process for Python looks l
6969

7070
$ ./sync_yaml.sh
7171
$ cd python/referer_parser && python build_json.py
72-
$ python setup.py sdist bdist_wininst upload
72+
$ cd .. && python setup.py sdist bdist_wininst upload
7373

7474
## Contributing
7575

0 commit comments

Comments
 (0)