Update setup.py
This commit is contained in:
parent
8bb3ed253f
commit
4cea906b78
4
setup.py
4
setup.py
@ -39,6 +39,10 @@ setup(
|
|||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
|
|
||||||
|
data_files=[('/etc/fenrir', ['config/*]),
|
||||||
|
|
||||||
|
],
|
||||||
|
|
||||||
# Dependent packages (distributions)
|
# Dependent packages (distributions)
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"evdev",
|
"evdev",
|
||||||
|
Loading…
Reference in New Issue
Block a user