Skip to content

Commit

Permalink
trying to fix the setup.py to include the pd files in pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
aalex committed Oct 18, 2009
1 parent d0188b7 commit 267fcb1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,8 @@
#scripts = ["bin/purity-example.py"],
license = "GPL",
platforms = ["any"],
#zip_safe = False,
packages = ['purity', "purity/data", "purity/test"],# "purity/data"],
#data_files=[('', ['purity/data/dynamic_patch.pd'])],
#package_data = {"":["*.pd"]},
#include_package_data=True, XXX
#package_data = {'purity':['data/*.pd']},
#package_data = {
# "":["purity/data/dynamic_patch.pd"],
# #"":["*.pd"],
# },
package_data = {'purity':['data/*.pd']},
##"":["*.ttf", "*.rst", "*.png", "*.jpg", "*.pd"]
download_url = "%s/%s" % (DOWNLOAD_DIR, DOWNLOAD_FILE),
keywords = [], #TODO
Expand Down

0 comments on commit 267fcb1

Please sign in to comment.