Skip to content

Commit

Permalink
Added missing submodule to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ODiogoSilva committed Apr 20, 2018
1 parent 7219be6 commit cf59b08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@

setup(
name="assemblerflow",
version="{}-2".format(VERSION),
version="{}-3".format(VERSION),
packages=["assemblerflow",
"assemblerflow.templates",
"assemblerflow.templates.assemblerflow_utils",
"assemblerflow.generator",
"assemblerflow.generator.components"],
package_dir={"assemblerflow": "assemblerflow"},
Expand Down

0 comments on commit cf59b08

Please sign in to comment.