Last active
August 31, 2016 23:05
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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