We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620a95f commit c90b006Copy full SHA for c90b006
1 file changed
setup.py
@@ -15,7 +15,7 @@ def get_long_description():
15
url='https://github.com/cycodehq-public/cycode-cli',
16
license='MIT',
17
author='Cycode',
18
- data_files=[('cyclient', ['cyclient/config.yaml']), ('cli', ['cli/config.yaml'])],
+ data_files=[('cyclient', ['cyclient/config.yaml']), ('cli', ['cli/config.yaml']), ('', ['VERSION.txt'])],
19
entry_points={
20
'console_scripts': [
21
'cycode=cli.cycode:main_cli',
0 commit comments