From 0f1db948841f78321c2305edda694aa36e898efc Mon Sep 17 00:00:00 2001 From: Akash Mahanty Date: Fri, 2 Oct 2020 22:10:30 +0530 Subject: [PATCH] license & packaging info --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a7e213a..e11a290 100644 --- a/README.md +++ b/README.md @@ -281,6 +281,16 @@ $ waybackpy --url google.com --user_agent "my-unique-user-agent" --get save # Sa ## Dependency * None, just python standard libraries (re, json, urllib, argparse and datetime). Both python 2 and 3 are supported :) +## Packaging + +1. Increment version. + +2. Build package ``python setup.py sdist bdist_wheel``. + +3. Sign & upload the package ``twine upload -s dist/*``. ## License -[MIT License](https://github.com/akamhy/waybackpy/blob/master/LICENSE) +Released under the MIT License. See +[license](https://github.com/akamhy/waybackpy/blob/master/LICENSE) for details. + +