We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c3aef4 commit 025159aCopy full SHA for 025159a
2 files changed
MANIFEST.in
@@ -0,0 +1,3 @@
1
+include README.rst
2
+include CHANGELOG
3
+include LICENSE
setup.py
@@ -46,6 +46,7 @@
46
],
47
keywords='docker user limit admin hpc cluster computing permissions',
48
packages=find_packages(),
49
+ include_package_data=True,
50
data_files=[('/etc/userdocker/', ['userdocker/config/default.py'])],
51
entry_points={'console_scripts': ['userdocker=userdocker.userdocker:main']},
52
zip_safe=True,
0 commit comments