Include env.py in Python package.
This commit is contained in:
parent
f44a6bb4c0
commit
3d72ccf4df
1
setup.py
1
setup.py
@ -132,6 +132,7 @@ try:
|
|||||||
'Programming Language :: Python :: 3.4',
|
'Programming Language :: Python :: 3.4',
|
||||||
"Topic :: Internet :: WWW/HTTP :: Dynamic Content"
|
"Topic :: Internet :: WWW/HTTP :: Dynamic Content"
|
||||||
],
|
],
|
||||||
|
data_files=[('mediagoblin', ['mediagoblin/db/migrations/env.py'])],
|
||||||
)
|
)
|
||||||
except TypeError as e:
|
except TypeError as e:
|
||||||
import sys
|
import sys
|
||||||
|
Loading…
x
Reference in New Issue
Block a user