Metadata-Version: 2.1
Name: projen.canary-package
Version: 0.0.16
Summary: @projen/canary-package
Home-page: https://github.com/projen/canary-testing.git
Author: AWS<aws-cdk-dev@amazon.com>
License: Apache-2.0
Project-URL: Source, https://github.com/projen/canary-testing.git
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Typing :: Typed
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved
Requires-Python: ~=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: constructs<11.0.0,>=10.0.0
Requires-Dist: jsii<2.0.0,>=1.114.1
Requires-Dist: publication>=0.0.3
Requires-Dist: typeguard<4.3.0,>=2.13.3

# @projen/canary-testing

:warning: Do not use! :warning:

This package is used to integration test certain [projen](https://github.com/projen/projen) features that cannot be tested otherwise.
For example:

* Publishing
* Backports
* GitHub Workflows

# Note on vendoring

When vendoring a projen tarball into this repository, be sure to remove the `@`
character from the file name, or you will get the following very confusing
error:

```
error Error: ENOTDIR: not a directory, scandir /some/cache/path/projen-0.0.0-<guid>
```
