Skip to content

Commit

Permalink
Updated distribution files
Browse files Browse the repository at this point in the history
  • Loading branch information
codeinthehole committed Jun 3, 2011
1 parent f033f1f commit 689d3bd
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
4 changes: 4 additions & 0 deletions AUTHORS
@@ -0,0 +1,4 @@
The PRIMARY AUTHORS are:

* David Winterbottom <david.winterbottom@gmail.com>
* Andrew Ingram
7 changes: 7 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,7 @@
include AUTHORS
include LICENSE
include README.rst
include MANIFEST.in
recursive-include docs/source *.rst
recursive-include oscar *
recursive-include examples *
11 changes: 10 additions & 1 deletion setup.py
Expand Up @@ -3,12 +3,21 @@
setup(name='django-oscar',
version='0.1.0',
url='https://github.com/tangentlabs/django-oscar',
description="Domain-driven ecommerce for Django",
author="Tangent Labs",
author_email="david.winterbottom@tangentlabs.co.uk",
description="A domain-driven ecommerce framework for Django 1.3",
license='LICENSE',
package_dir={'': '.'},
install_requires=['Django>=1.3',
'PIL>=1.1.7',
'django-haystack>=1.2.0',
'sorl-thumbnail>=11.05.1'],
# See http://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=['Development Status :: 3 - Alpha',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: Unix',
'Programming Language :: Python',
)

0 comments on commit 689d3bd

Please sign in to comment.