|
Last change
on this file since 3:6ac625baf780 was 3:6ac625baf780, checked in by Francisco de Borja Lopez Rio <borja@…>, 14 years ago |
|
Added the LICENSE, README and MANIFEST files for the postman package
Added the setup.py file that contains all the definitions for the postman
package.
Added dist/ to the ignored files list in .hgignore
|
|
File size:
379 bytes
|
| Line | |
|---|
| 1 | from distutils.core import setup
|
|---|
| 2 |
|
|---|
| 3 | setup(
|
|---|
| 4 | name='postman',
|
|---|
| 5 | version='0.1.0',
|
|---|
| 6 | author='Francisco de Borja Lopez Rio',
|
|---|
| 7 | author_email='borja@codigo23.net',
|
|---|
| 8 | packages=['postman'],
|
|---|
| 9 | url='https://bitbucket.org/codigo23/postman',
|
|---|
| 10 | license='BSD licence, see LICENCE',
|
|---|
| 11 | description='Mailing lists management software',
|
|---|
| 12 | long_description=open('README').read(),
|
|---|
| 13 | )
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.