diff options
| author | Michael Merickel <michael@merickel.org> | 2020-01-03 22:59:27 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2020-01-03 22:59:27 -0600 |
| commit | b349c2ba948148d2f5441308c6646f624100b364 (patch) | |
| tree | 7b088836b570b401caf510f130f144404cb19ca4 /docs/narr/project.rst | |
| parent | b629ee810ccf9ffb4f166f3e766c8f795a0cecdb (diff) | |
| download | pyramid-b349c2ba948148d2f5441308c6646f624100b364.tar.gz pyramid-b349c2ba948148d2f5441308c6646f624100b364.tar.bz2 pyramid-b349c2ba948148d2f5441308c6646f624100b364.zip | |
exclude tests package from source packages
Diffstat (limited to 'docs/narr/project.rst')
| -rw-r--r-- | docs/narr/project.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst index c65bdb178..043f77754 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -803,7 +803,7 @@ application. ``author`` and ``author_email`` are text fields which probably don't need any description. ``url`` is a field that should point at your application project's URL (if any). ``keywords`` are keywords that describe your project. -``packages=find_packages()`` causes all +``packages=find_packages(exclude=['tests'])`` causes all packages within the project to be found when packaging the application. ``include_package_data`` will include non-Python files when the application is packaged if those files are checked into version control. ``zip_safe=False`` |
