summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart.bishop@canonical.com>2019-11-04 21:06:31 +1100
committerStuart Bishop <stuart.bishop@canonical.com>2019-11-04 21:12:04 +1100
commitab1ce343b50bc888d392988e662c7c6d181d0f52 (patch)
tree09aefcb79713d347aa1bbf0e8ef4443963ebd9e1
parent8f95b56ac179dda5bd8239fc397226f49b361e8a (diff)
downloadpytz-git-ab1ce343b50bc888d392988e662c7c6d181d0f52.tar.gz
Tidelift links
-rw-r--r--README.md9
-rw-r--r--src/README.txt8
2 files changed, 16 insertions, 1 deletions
diff --git a/README.md b/README.md
index 82770ba..7c26d71 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,14 @@ pytz contains generated code, and this branch generates it. The actual
pytz code and documentation can be found in the src/ directory. More
information about pytz can be found in src/README.txt
-Release process:
+## pytz for Enterprise
+
+Available as part of the Tidelift Subscription.
+
+The maintainers of pytz and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/pypi-pytz?utm_source=pypi-pytz&utm_medium=referral&utm_campaign=enterprise&utm_term=repo)
+
+
+## Release process ##
1) Untar upstream tarballs into elsie/src
2) Update VERSION & OLSON_VERSION in src/pytz/__init__.py, and EXPECTED_VERSION in
diff --git a/src/README.txt b/src/README.txt
index a870b8c..a732fe2 100644
--- a/src/README.txt
+++ b/src/README.txt
@@ -45,6 +45,14 @@ administrative user::
python setup.py install
+pytz for Enterprise
+~~~~~~~~~~~~~~~~~~~
+
+Available as part of the Tidelift Subscription.
+
+The maintainers of pytz and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. `Learn more. <https://tidelift.com/subscription/pkg/pypi-pytz?utm_source=pypi-pytz&utm_medium=referral&utm_campaign=enterprise&utm_term=repo>`_.
+
+
Example & Usage
~~~~~~~~~~~~~~~