Skip to content

Instantly share code, notes, and snippets.

@jimbaker
Last active August 31, 2016 23:05
Show Gist options
  • Save jimbaker/c6088c3a8a8e490a3fa6a8d742523f07 to your computer and use it in GitHub Desktop.
Save jimbaker/c6088c3a8a8e490a3fa6a8d742523f07 to your computer and use it in GitHub Desktop.
Some various updates to Craton's startup to make it work better - for Syed
diff --git a/setup.cfg b/setup.cfg
index d4033d4..1d72ff5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -25,6 +25,7 @@ packages =
[entry_points]
console_scripts =
+ craton-api = craton.cmd.api:main
craton-worker = craton.cmd.worker:main
craton-inventory-dbsync = craton.cmd.dbsync:main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment