Document setup.py data_files.

This commit is contained in:
Ben Sturmfels 2021-04-06 20:59:44 +10:00
parent 3d72ccf4df
commit c290900f17

View File

@ -132,6 +132,8 @@ try:
'Programming Language :: Python :: 3.4',
"Topic :: Internet :: WWW/HTTP :: Dynamic Content"
],
# Running gmg dbupdate fails with missing env.py because env.py isn't
# being included in the Python package (no __init__.py).
data_files=[('mediagoblin', ['mediagoblin/db/migrations/env.py'])],
)
except TypeError as e: