diff --git a/setup.py b/setup.py index 6b6d8f90..fb017836 100755 --- a/setup.py +++ b/setup.py @@ -38,6 +38,10 @@ setup( # Include additional files into the package include_package_data=True, zip_safe=False, + + data_files=[('/etc/fenrir', ['config/*]), + + ], # Dependent packages (distributions) install_requires=[