Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Commit

Permalink
Updated setup.py and added manifest file to force uploading of requir…
Browse files Browse the repository at this point in the history
…ed files for pypi
  • Loading branch information
Euan Goddard committed Jan 25, 2011
1 parent 73cb03c commit 5e024c2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,6 +3,7 @@
*.pyc
*.egg-info*
.coverage
dist
# Eclipse-related files:
.pydevproject*
.project
Expand Down
7 changes: 7 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,7 @@
include LICENCE
include README
include VERSION
include MANIFEST.in

recursive-exclude tests/ *
recursive-exclude docs/ *
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -26,7 +26,7 @@
description="Generalizations of specialized models for Django",
long_description=README,
classifiers=[
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 3 - Alpha",
"Environment :: Web Environment",
"Framework :: Django",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 5e024c2

Please sign in to comment.