Fix setup.py install locations so they are installed correctly and drop unneeded README changes.

This commit is contained in:
Scott Kitterman
2018-03-10 20:06:21 -05:00
parent 4d5961e4d5
commit 1d8c309da9
4 changed files with 4 additions and 11 deletions
+2 -2
View File
@@ -59,8 +59,8 @@ setup(
data_files=[(os.path.join('share', 'man', 'man5'),
['man/dkimpy-milter.conf.5']), (os.path.join('share', 'man', 'man8'),
['man/dkimpy-milter.8']), ('etc', ['etc/dkimpy-milter.conf']),
(os.path.join('/lib', 'systemd', 'system'),
['system/dkimpy-milter.service']),(os.path.join('/etc', 'init.d'),
(os.path.join('lib', 'systemd', 'system'),
['system/dkimpy-milter.service']),(os.path.join('etc', 'init.d'),
['system/dkimpy-milter'])],
zip_safe = False,
**kw