Skip to content

Commit a7b712e

Browse files
author
Maxim Zhiltsov
authored
Fix package installation from sources (#358)
* Add distribution manifest (#356) * Update version (#357)
1 parent c43bb2d commit a7b712e

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include README.md
2+
include requirements-core.txt

datumaro/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '0.1.10'
1+
VERSION = '0.1.10.1'

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,5 @@ def get_requirements():
7878
'datum=datumaro.cli.__main__:main',
7979
],
8080
},
81+
include_package_data=True,
8182
)

0 commit comments

Comments
 (0)