Skip to content

Commit

Permalink
Merge pull request #16 from FutureProofGames/hotfix/issue-15
Browse files Browse the repository at this point in the history
Fix #15: Update setup to include all files in wheel
  • Loading branch information
GregoryAveryWeir committed Apr 21, 2019
2 parents 7ea318e + af91cd5 commit 7e51a05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MANIFEST.in
@@ -1,3 +1,3 @@
include README.md
recursive-include django-presskit/static *
recursive-include django-presskit/templates *
recursive-include django_presskit/static *
recursive-include django_presskit/templates *
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -5,18 +5,19 @@

setuptools.setup(
name="django_presskit",
version="1.1.1",
version="1.1.2",
author="Future Proof Games",
author_email="info@futureproofgames.com",
description="A port of presskit() to Django",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/FutureProofGames/django-presskit.git",
packages=setuptools.find_packages(),
include_package_data=True,
classifiers=[
"Programming Language :: Python :: 2.7",
"Framework :: Django :: 1.11",
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
],
)

0 comments on commit 7e51a05

Please sign in to comment.