Skip to content

Commit 0e7aafa

Browse files
authored
CM-15776 - try to add version file to each sub project (#28)
1 parent c90b006 commit 0e7aafa

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

cli/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ def get_version():
88

99

1010
__version__ = get_version()
11-

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']), ('', ['VERSION.txt'])],
18+
data_files=[('cyclient', ['cyclient/config.yaml', 'VERSION.txt']), ('cli', ['cli/config.yaml', 'VERSION.txt'])],
1919
entry_points={
2020
'console_scripts': [
2121
'cycode=cli.cycode:main_cli',

0 commit comments

Comments
 (0)