Skip to content

Commit a9a2615

Browse files
committed
Setuppy ready to go.
1 parent d1e906b commit a9a2615

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

MANIFEST.in

+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
include nn4mc_py/generator/code_generator/templates/c_standard/**/*.template
1+
include nn4mc/generator/code_generator/templates/c_standard/include/*.template
2+
include nn4mc/generator/code_generator/templates/c_standard/include/layers/*.template
3+
include nn4mc/generator/code_generator/templates/c_standard/src/layers/*.template
4+
include nn4mc/generator/code_generator/templates/c_standard/src/*.template

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
long_description = ld.read()
55

66
setup(name='nn4mc',
7-
version='0.2.0',
7+
version='0.2.5',
88
description='Neural Networks for Microcontrollers (nn4mc) is a Python package '
99
'for generating microcontroller code in c from pre-trained models. Our intended '
1010
'audience is roboticists looking to embed intelligence into their applications; '

0 commit comments

Comments
 (0)