Skip to content
This repository has been archived by the owner on Jan 15, 2020. It is now read-only.

Commit

Permalink
fix __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
agrimagsrl committed Nov 28, 2019
1 parent a630ad7 commit 0ccb4b6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
dist
dist
publish
1 change: 0 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# file GENERATED by distutils, do NOT edit
README
setup.cfg
setup.py
micromlgen/__init__.py
Expand Down
1 change: 0 additions & 1 deletion __init__.py

This file was deleted.

1 change: 1 addition & 0 deletions micromlgen/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from micromlgen.micromlgen import port
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
setup(
name = 'micromlgen',
packages = ['micromlgen'],
version = '0.1',
version = '0.3',
license='MIT',
description = 'Generate C code for microcontrollers from Python\'s sklearn classifiers',
author = 'Simone Salerno',
author_email = '[email protected]',
url = 'https://github.com/agrimagsrl/micromlgen',
download_url = 'https://github.com/agrimagsrl/micromlgen/archive/v_01.tar.gz',
download_url = 'https://github.com/agrimagsrl/micromlgen/archive/v_03.tar.gz',
keywords = ['ML', 'microcontrollers', 'sklearn', 'machine learning'],
install_requires=[
'jinja2',
Expand Down

0 comments on commit 0ccb4b6

Please sign in to comment.