Skip to content

Commit

Permalink
Fix setup.py to install everything in templates directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLand100 committed Aug 18, 2020
1 parent 716a65d commit 49f17fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include cog/tasks/templates/*
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ def read(fname):
packages = ['cog', 'cog.tasks'],
scripts = ['bin/cog', 'bin/q', 'bin/qsetup', 'bin/sbatch.scr'],
install_requires = ['couchdb', 'sphinx'],

#include_package_data = True,
#package_data = {'cog': ['cog.tar.gz']}
include_package_data = True
)

0 comments on commit 49f17fc

Please sign in to comment.