Include env.py in Python package.

This commit is contained in:
Ben Sturmfels 2021-04-06 20:24:27 +10:00
parent f44a6bb4c0
commit 3d72ccf4df

View File

@ -132,6 +132,7 @@ try:
'Programming Language :: Python :: 3.4',
"Topic :: Internet :: WWW/HTTP :: Dynamic Content"
],
data_files=[('mediagoblin', ['mediagoblin/db/migrations/env.py'])],
)
except TypeError as e:
import sys