pex build

This commit is contained in:
Alexander Werner
2018-11-05 00:27:59 +01:00
parent cfa56db32b
commit 330aff02d5
7 changed files with 48 additions and 3 deletions

View File

@@ -12,4 +12,7 @@ setup(name='carom-client',
entry_points={
'console_scripts': ['carom-client=carom.cli:cli'],
},
data_files=[
('share/man/man1', ('doc/man/carom-client.1', )),
],
)