Skip to content

Commit

Permalink
update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dunovank committed Feb 7, 2019
1 parent f41fdc4 commit 79f2c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
ext_modules = [Extension('cbgt', ['src/cbgt.c'])]
package_data = {'cbgt': ['src/*.c', 'src/*.h', 'docs/*.md',
'docs/*.txt', 'params/*.py', 'params/*.tex']}
cbgt_packages = ['cbgt', 'cbgt.analyzefx', 'cbgt.netgen', 'cbgt.sim', 'cbgt.vis']
cbgt_packages = ['cbgt', 'cbgt.src']

setup(
name='CBGT',
Expand Down

0 comments on commit 79f2c77

Please sign in to comment.