Trying to fix the grabbing of data files
authorEd Page <eopage@byu.net>
Sat, 6 Aug 2011 22:28:22 +0000 (17:28 -0500)
committerEd Page <eopage@byu.net>
Sat, 6 Aug 2011 22:28:22 +0000 (17:28 -0500)
setup.py

index 36f3345..435fa53 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -79,6 +79,9 @@ setup(
                "ejpi-calc",
        ],
        packages=list(find_packages(APP_NAME, includeRoot=True)),
+       package_data={
+               "plugins": "*.ini"
+       },
        data_files=[
                (DESKTOP_FILE_PATH, [INPUT_DESKTOP_FILE]),
                ("/usr/share/icons/hicolor/22x22/apps", ["data/icons/22/%s.png" % APP_NAME]),