This website requires JavaScript.
Explore
Help
Sign in
janek
/
mostr-zulip-bot
Watch
1
Star
0
Fork
You've already forked mostr-zulip-bot
0
Code
Issues
Pull requests
Releases
Activity
1cbaa43db5
mostr-zulip-bot
/
zulip
/
MANIFEST.in
5 lines
99 B
Text
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 11:39:15 +02: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 20:21:08 +05:30
include zulip/py.typed
Reference in a new issue
Copy permalink