Skip to content

Commit d005dca

Browse files
committed
Ready to go...
1 parent 30b7e2f commit d005dca

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@
55

66
setup(name='nn4mc',
77
version='0.1.0',
8-
description='Python package for generating microcontroller code in c from'
9-
'neural networks.',
8+
description='Neural Networks for Microcontrollers is a Python package'
9+
'for generating microcontroller code in c from traind models.',
1010
long_description=long_description,
1111
long_description_content_type='text/markdown',
1212
author='Cooper Simpson, Sarah Manzano, Dana Hughes',
1313
author_email='[email protected]',
1414
url='https://github.com/RS-Coop/nn4mc_py',
15+
download_url = '',
1516
liscense="MIT",
16-
# packages=find_packages(exclude),
17-
packages=["nn4mc_py"],
17+
# packages=[find_packages(exclude=('tests',))],
18+
packages=['nn4mc_py'],
1819
include_package_data=True,
1920
install_requires=['h5py', 'numpy'], #Might need more here
2021
classifiers=[

0 commit comments

Comments
 (0)