nknganda / django-mailer

Automatically exported from code.google.com/p/django-mailer
MIT License
0 stars 0 forks source link

Not compatible with setuptools #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Making django-mailer compatible with setuptools would be great - make it
much easier to work with. It could then be packaged and released as an egg
on PyPI.

I'm attaching a sample setup.py file which will do the job. A sample layout
should look like this:

django_mailer
`- setup.py
`- mailer
  `- __init__.py
  `- admin.py
      ... etc ...

You'll probably want to tweak what's in setup.py.

Original issue reported on code.google.com by dan.fairs on 10 Dec 2008 at 9:04

Attachments:

GoogleCodeExporter commented 8 years ago
Yes, this something that I have been meaning to do for a little while. Thanks 
for the patch to bootstrap this :) I 
will take a look at it later.

Original comment by bros...@gmail.com on 10 Dec 2008 at 9:21

GoogleCodeExporter commented 8 years ago

Original comment by leidel on 27 Jan 2009 at 10:16