Skip to content

Commit

Permalink
Temporarily hardcoded extension list
Browse files Browse the repository at this point in the history
  • Loading branch information
jnmclarty committed Jul 17, 2015
1 parent 2fde28a commit 49376ed
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 @@ -54,7 +54,8 @@ def read(*p):
package_data = {'': ['config/*.cfg_sample', 'test/*.py', 'test/testdata/*.csv'],
'trump.templating' : ['settings/*.cfg_sample', 'test/*'],
'trump.aggregation' : ['test/*'],
'trump.extensions.source' : ['*'],
#'trump.extensions.source' : ['*'],
'trump.extensions' : ['*.py'] + ['source/{}/*'.format(f) for f in ['bbfetch', 'dbapi', 'psycopg2', 'pydatacsv', 'pydatadatareaderst', 'quandl', 'sqlalchemy', 'worldbankst']],
'trump.reporting' : ['test/*'],
'trump.tools' : ['test/*']},
cmdclass = {'install': TrumpInstall},
Expand Down

0 comments on commit 49376ed

Please sign in to comment.