data

Simply add data (i.e. non code files) to your package. This option provide a simple method to add data to a package that’s robust enough to handle any way of packaging.

Look at a Add data tutorial for a way to use this option.

Modifications

.
|
+-src/
  |
  +-pkgname/
  |   |
  |   +-data_access.py
  |
  +-pkgname_data/
         |
         +-__init__.py