We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0730c50 commit dc0b605Copy full SHA for dc0b605
python/README.md
@@ -66,6 +66,18 @@ The `uri` attribute is an instance of ParseResult from the standard library's `u
66
4. Push to the branch (`git push origin my-new-feature`)
67
5. Create new Pull Request
68
69
+
70
+## Distribution
71
+The distribution process for Python looks like this:
72
73
+ $ ./sync_data.py
74
+ $ # Make changes to codebase.
75
+ $ # Bump version number in setup.py
76
+ $ pushd python
77
+ $ python setup.py sdist bdist_wheel --universal
78
+ $ twine upload dist/referer-parser-X.Y.Z.tar.gz
79
80
81
## Copyright and license
82
83
The referer-parser Python library is copyright 2012-2016 Don Spaulding.
0 commit comments