Skip to content

Commit

Permalink
Still trying to filter out test package, no joy.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdln committed Jun 10, 2010
1 parent 47e3915 commit a92a1e0
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 @@ -20,5 +20,6 @@
'console_scripts': [ 'flashbake = flashbake.console:main',
'flashbakeall = flashbake.console:multiple_projects' ]
},
package_data ={'flashbake':['*.scpt',]},
include_package_data = True,
exclude_package_data = { '' : [ 'test/*' ] }
)

0 comments on commit a92a1e0

Please sign in to comment.