Changeset 30:0cdc4f160073 in mailjam for setup.py
Legend:
- Unmodified
- Added
- Removed
-
setup.py
r23 r30 20 20 packages=['mailjam'], 21 21 url='https://bitbucket.org/codigo23/mailjam', 22 license='BSD licence, see LICEN CE',22 license='BSD licence, see LICENSE', 23 23 description='Mailing lists management software', 24 24 long_description=open('README').read(), 25 25 scripts=['bin/mailjam-server', 'bin/mailjam-mta', 'bin/mailjam-cli'], 26 #data_files=[(proper_etc_path()+'mailjam', ['conf/mailjam.conf', 27 # 'conf/mailjam-mta.conf']), 28 # ] 26 data_files=[(proper_etc_path()+'mailjam', ['conf/mailjam.conf', 27 'conf/mailjam-mta.conf', 28 'conf/mailjam-cli.conf']), 29 ] 29 30 )
Note:
See TracChangeset
for help on using the changeset viewer.