Skip to content

Commit 1295394

Browse files
committed
python: bundle all dependencies in sdist
1 parent 93494fc commit 1295394

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.12)
22

3-
project(Vipster VERSION 1.19)
3+
project(Vipster VERSION 1.19.1)
44

55
include(CMakeDependentOption)
66

MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
graft vipster
22
graft external/pybind11
3+
graft external/fmt
4+
graft external/nlohmann_json
5+
prune external/nlohmann_json/test
36
include README.md LICENSE CMakeLists.txt INSTALL.md

0 commit comments

Comments
 (0)