Skip to content

Commit c90b006

Browse files
authored
CM-15776 - add version file to setup py (#27)
* update version * cyclient holds the version * ok it works * added VERSION file * add version.txt to setup.py data-files list
1 parent 620a95f commit c90b006

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def get_long_description():
1515
url='https://github.com/cycodehq-public/cycode-cli',
1616
license='MIT',
1717
author='Cycode',
18-
data_files=[('cyclient', ['cyclient/config.yaml']), ('cli', ['cli/config.yaml'])],
18+
data_files=[('cyclient', ['cyclient/config.yaml']), ('cli', ['cli/config.yaml']), ('', ['VERSION.txt'])],
1919
entry_points={
2020
'console_scripts': [
2121
'cycode=cli.cycode:main_cli',

0 commit comments

Comments
 (0)