mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
setup.py
This commit is contained in:
23
setup.py
23
setup.py
@@ -0,0 +1,23 @@
|
||||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name="djrill",
|
||||
version="0.1.0",
|
||||
description='',
|
||||
long_description='',
|
||||
keywords="django, mailchimp, mandrill, email, email backend",
|
||||
author="Kenneth Love <kenneth@brack3t.com>, Chris Jones <chris@brack3t.com>",
|
||||
author_email="kenneth@brack3t.com",
|
||||
url="https://github.com/brack3t/Djrill/",
|
||||
license="BSD",
|
||||
packages=["djrill"],
|
||||
zip_safe=False,
|
||||
install_requires=["requests", "django"],
|
||||
include_package_data=True,
|
||||
classifiers=[
|
||||
"Programming Language :: Python",
|
||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||
"Framework :: Django",
|
||||
"Environment :: Web Environment",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user