diff --git a/CHANGELOG.md b/CHANGELOG.md index 021e5b1..e90107d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,11 @@ All enhancements and patches to cookiecutter-django will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [2015-09-07] +## [2015-09-08] ### Changed -- Moved more internals to requests library (@ghinch) +- 0.5.0: Architecture flattening (@pydanny) +- 0.4.0: Moved more internals to requests library (@ghinch) +- 0.4.0: Flake8 setup and cleanup (@pydanny) ## [2015-09-07] diff --git a/django_mailgun/__init__.py b/django_mailgun.py similarity index 100% rename from django_mailgun/__init__.py rename to django_mailgun.py diff --git a/setup.py b/setup.py index 3277513..f2bcce3 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ setup( name='django-mailgun', version=version, - packages=['django_mailgun'], + py_modules=['django_mailgun'], author='Bradley Whittington', author_email='radbrad182@gmail.com', url='http://github.com/bradwhittington/django-mailgun/',