Changeset 30:0cdc4f160073 in mailjam
Legend:
- Unmodified
- Added
- Removed
-
README
r28 r30 17 17 -------- 18 18 19 .. image:: raw/b1d527287347/docs/src/mailjam_architecture.png19 .. image:: mailjam/raw/b1d527287347/docs/src/mailjam_architecture.png 20 20 :alt: Scheme of the architecture behind Mailjam 21 21 -
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.