This website requires JavaScript.
Explore
Help
Sign In
xenofem
/
python-zulip-api
Watch
1
Star
0
Fork
You've already forked python-zulip-api
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
095d5d8f4e
python-zulip-api
/
zulip
/
MANIFEST.in
5 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
api: Include MANIFEST.in This should have been included in an earlier commit. (imported from commit 683f3dbbe8730cc588836b7b27a881a50caa284d)
2013-11-01 11:57:28 -04:00
recursive-include integrations *
include README.md
zulip: Install all example scripts in the package's dir.
2017-09-13 05:39:15 -04:00
include zulip/examples/*
pypi: Include py.typed in MANIFEST.in. According to the `setuptools` docs, once `include_package_data=True` is passed to `setup()`, it will only include package data specified in `MANIFEST.in`, and will ignore the `package_data` argument passed to `setup()`. Therefore, `py.typed` was not included in our latest PyPI release 0.8.1. Since we specify all of our package data in the `MANIFEST.in` file already, it makes more sense to include mention `py.typed` there so that it is included in the expected fashion. See https://github.com/pypa/setuptools/issues/1461 for background. Fixes #732.
2021-10-27 10:51:08 -04:00
include zulip/py.typed
Reference in a new issue
Copy permalink