Skip to content

Commit

Permalink
still trying to get data in sdist ...
Browse files Browse the repository at this point in the history
  • Loading branch information
aalex committed Oct 5, 2009
1 parent 467ca13 commit d620925
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,12 @@
platforms = ["any"],
zip_safe = False,
packages = ['purity', "purity/data"],
package_data = {
"purity":["data/*.pd"],
"":["*.pd"],
},
#"":["*.ttf", "*.rst", "*.png", "*.jpg", "*.pd"]
data_files=[('', ['purity/data/dynamic_patch.pd'])],
#package_data = {
# "":["purity/data/dynamic_patch.pd"],
# #"":["*.pd"],
# },
##"":["*.ttf", "*.rst", "*.png", "*.jpg", "*.pd"]
download_url = "http://alexandre.quessy.net/static/purity/%s" % (DOWNLOAD),
keywords = [], #TODO
classifiers = [
Expand Down

0 comments on commit d620925

Please sign in to comment.