Skip to content
/ persis Public

An example of including non-code files in a package.

License

Notifications You must be signed in to change notification settings

marskar/persis

Repository files navigation

Persis

An example of including non-code files in a package.

Project structure

persis
├── AUTHORS.rst
├── CHANGELOG.rst
├── LICENSE.txt
├── Makefile
├── README.rst
├── docs
│   ├── Makefile
│   ├── _static
│   ├── authors.rst
│   ├── changelog.rst
│   ├── conf.py
│   ├── index.rst
│   └── license.rst
├── requirements.txt
├── setup.cfg
├── setup.py
├── src
│   └── persis
│       ├── __init__.py
│       └── persis.py
└── tests
    ├── conftest.py
    └── test_persis.py

Note

This project has been set up using PyScaffold 3.1 and Cookiecutter 1.6.

For details and usage information on PyScaffold, see https://pyscaffold.org/.

For details and usage information on Cookiecutter, see https://cookiecutter.readthedocs.io/.

About

An example of including non-code files in a package.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published