Fix README instructions and add docs on how to create package

This commit is contained in:
Reuben Morais
2019-12-09 17:25:49 +01:00
parent c466b9c1ff
commit a0f72decb7
2 changed files with 23 additions and 13 deletions
+1
View File
@@ -55,6 +55,7 @@ class develop(setuptools.command.develop.develop):
setuptools.command.develop.develop.run(self)
# The documentation for this feature is in server/README.md
package_data = ['server/templates/*']
if 'bdist_wheel' in unknown_args and args.checkpoint and args.model_config: