setup: ship VERSION file (#14057)

This commit is contained in:
Frédéric Péters 2016-11-23 14:35:34 +01:00
parent 4205f7a3fb
commit cc20d93cc9
1 changed files with 3 additions and 0 deletions

View File

@ -97,4 +97,7 @@ setuptools.setup(
'pycrypto >= 2.5',
'requests',
],
cmdclass={
'sdist': eo_sdist,
}
)