Skip to content

Commit

Permalink
Simplify description and MANIFEST.in suits me fine.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbronn committed Jun 5, 2014
1 parent b6f0efe commit 7d475a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Expand Up @@ -5,7 +5,7 @@
version=__import__('forge').__version__,
author='Justin Bronn',
author_email='jbronn@gmail.com',
description='A Django implementation of the Puppet Forge web API.',
description='A Django implementation of the Puppet Forge API.',
url='https://github.com/jbronn/django-forge',
download_url='http://pypi.python.org/pypi/django-forge/',
install_requires=[
Expand All @@ -14,8 +14,6 @@
'semantic_version>=2.1.2',
],
packages=find_packages(),
package_data={'apache': ['forge/apache'],
'templates': ['forge/templates']},
include_package_data=True,
zip_safe=False,
classifiers=[
Expand Down

0 comments on commit 7d475a4

Please sign in to comment.