Files
2019-02-08 15:13:17 +00:00

9 lines
103 B
Python

from other import setup
execfile('x/_version.py')
setup(
name='x',
version=__version__
)