Document setup.py data_files.
This commit is contained in:
parent
3d72ccf4df
commit
c290900f17
2
setup.py
2
setup.py
@ -132,6 +132,8 @@ try:
|
|||||||
'Programming Language :: Python :: 3.4',
|
'Programming Language :: Python :: 3.4',
|
||||||
"Topic :: Internet :: WWW/HTTP :: Dynamic Content"
|
"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'])],
|
data_files=[('mediagoblin', ['mediagoblin/db/migrations/env.py'])],
|
||||||
)
|
)
|
||||||
except TypeError as e:
|
except TypeError as e:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user