Skip to content

Commit 567d3c0

Browse files
author
Jim Robinson
committed
Include VERSION file in build
1 parent 30c29f2 commit 567d3c0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.47
1+
0.1.48

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.47
2+
current_version = 0.1.48
33

44
[metadata]
55
name = croudtech-bootstrap

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@
1010
name="croudtech-bootstrap",
1111
version=version.strip(),
1212
install_requires=required,
13+
setup_requires=["setuptools_scm"],
14+
include_package_data=True,
1315
)

0 commit comments

Comments
 (0)