Skip to content

Commit ad5b74e

Browse files
committed
Include VERSION file in setup.py packaging
Signed-off-by: Ole Herman Schumacher Elgesem <ole@northern.tech>
1 parent 0227f71 commit ad5b74e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
long_description_content_type="text/markdown",
2323
url="https://github.com/cfengine/cf-remote",
2424
packages=setuptools.find_packages(),
25+
package_data={'cf_remote': ['VERSION']},
26+
include_package_data=True,
2527
classifiers=[
2628
"Programming Language :: Python :: 3",
2729
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",

0 commit comments

Comments
 (0)