mozilla-services / kinto-dist

Kinto Distribution for Mozilla Services
Apache License 2.0
12 stars 11 forks source link

pip install Kinto Remote Settings for inclusion in kinto-dist container #1966

Closed grahamalama closed 2 years ago

grahamalama commented 2 years ago

I followed the packaging guide here and the strongly-suggested test layout guide here which is why I made the tree look like:

.
├── ...
├── kinto-remote-settings
│   ├── README.rst
│   ├── pyproject.toml
│   ├── setup.py
│   ├── src
│   │   └── kinto_remote_settings
│   └── tests
│       ├── changes
│       └── signer