Skip to content

Commit

Permalink
REL: Version 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
saullocastro committed Jun 27, 2016
1 parent b74be32 commit 7d570bd
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 @@ -139,7 +139,7 @@ def configuration(parent_package='', top_path=None):
config.add_data_dir(('compmech/lib', libdir))
config.add_data_dir(('compmech/theory', 'theory'))
config.add_data_dir(('compmech/doc', 'doc/build/html'))
elif 'bdist' == sys.argv[1]:
elif sys.argv[1] in ('bdist', 'sdist'):
config.add_data_dir('compmech/include')
config.add_data_dir('compmech/lib')

Expand Down

0 comments on commit 7d570bd

Please sign in to comment.