Skip to content

Commit f9bd6d2

Browse files
authored
Include Livesim files in nca package (#425)
1 parent d990191 commit f9bd6d2

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
include nca/VERSION.txt
2+
graft nca/NetworkConfig/LiveSim

nca/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.0
1+
1.9.1

setup.cfg

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ classifiers =
1616
Operating System :: OS Independent
1717

1818
[options]
19-
packages = find:
19+
packages = find_namespace:
20+
include_package_data = True
2021
install_requires =
2122
ghapi==1.0.3
2223
ruamel.yaml==0.17.21
@@ -25,9 +26,12 @@ install_requires =
2526

2627
python_requires = >=3.8
2728

29+
[options.packages.find]
30+
include = nca*
31+
2832
[options.package_data]
2933
* = VERSION.txt
3034

3135
[options.entry_points]
3236
console_scripts =
33-
nca = nca.nca_cli:nca_main
37+
nca = nca.nca_cli:nca_main

0 commit comments

Comments
 (0)