Content-Length: 270152 | pFad | http://www.github.com/googleapis/python-functions/commit/c75b52bcc46d13f8f5ad61b91d5b7ced9c1b1e15

4D7 fix: exclude docs and tests from package (#69) · googleapis/python-functions@c75b52b · GitHub
Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit c75b52b

Browse files
authored
fix: exclude docs and tests from package (#69)
Only include packages that start with google in the published artifact
1 parent b0b70c0 commit c75b52b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@
3636
author_email="googleapis-packages@google.com",
3737
license="Apache 2.0",
3838
url="https://github.com/googleapis/python-functions",
39-
packages=setuptools.PEP420PackageFinder.find(),
39+
packages=[
40+
package
41+
for package in setuptools.PEP420PackageFinder.find()
42+
if package.startswith("google")
43+
],
4044
namespace_packages=("google", "google.cloud"),
4145
platforms="Posix; MacOS X; Windows",
4246
include_package_data=True,

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://www.github.com/googleapis/python-functions/commit/c75b52bcc46d13f8f5ad61b91d5b7ced9c1b1e15

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy