Changeset 30:0cdc4f160073 in mailjam


Ignore:
Timestamp:
May 24, 2012, 10:35:45 AM (12 years ago)
Author:
Borja Lopez <borja@…>
Branch:
default
Phase:
public
Message:

Fixed the link to the scheme in the README file so the image appears on bitbucket's overview page. Acvitated the setup.py code that copies the config files to proper places when installing from sources

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • README

    r28 r30  
    1717--------
    1818
    19 .. image:: raw/b1d527287347/docs/src/mailjam_architecture.png
     19.. image:: mailjam/raw/b1d527287347/docs/src/mailjam_architecture.png
    2020   :alt: Scheme of the architecture behind Mailjam
    2121
  • setup.py

    r23 r30  
    2020    packages=['mailjam'],
    2121    url='https://bitbucket.org/codigo23/mailjam',
    22     license='BSD licence, see LICENCE',
     22    license='BSD licence, see LICENSE',
    2323    description='Mailing lists management software',
    2424    long_description=open('README').read(),
    2525    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                ]
    2930)
Note: See TracChangeset for help on using the changeset viewer.