Skip to content

Commit 92a6e24

Browse files
committed
setup.py: add xcat.conf.example (#526)
File was missing from data_files and as such not packaged. Fixes #526.
1 parent b577afb commit 92a6e24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
(os.path.join(CFGDIR, 'groups.conf.d'),
4747
['conf/groups.conf.d/genders.conf.example',
4848
'conf/groups.conf.d/slurm.conf.example',
49+
'conf/groups.conf.d/xcat.conf.example',
4950
'conf/groups.conf.d/README']),
5051
(os.path.join(CFGDIR, 'groups.d'),
5152
['conf/groups.d/cluster.yaml.example',

0 commit comments

Comments
 (0)