tools: Delete the release-packages script.

This script has been outdated for a long time now and has been
obsoleted by some recent changes in how packages should be built
and distributed. In general, the release process is now too
complicated to automate, so we are better off just making the
release manually.
This commit is contained in:
Eeshan Garg 2022-01-04 21:29:10 -05:00
parent e0f3bd4143
commit 74d716289b
2 changed files with 1 additions and 261 deletions

View file

@ -13,8 +13,7 @@ package_data = {
"zulip_bots": ["py.typed"],
}
# IS_PYPA_PACKAGE is set to True by tools/release-packages
# before making a PyPA release.
# IS_PYPA_PACKAGE should be set to True before making a PyPA release.
if not IS_PYPA_PACKAGE:
package_data[""].append("fixtures/*.json")
package_data[""].append("logo.*")