Skip to content

Commit

Permalink
Make setup script use the package form rather than module.
Browse files Browse the repository at this point in the history
  • Loading branch information
lericson committed Nov 21, 2009
1 parent 0f3365c commit cf12a35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include LICENSE README TODO setup.py simples3.py tests.py changes.rst
include LICENSE README TODO setup.py tests.py changes.rst
recursive-include simples3 *.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
author="Ludvig Ericson", author_email="ludvig@lericson.se",
description="Simple, quick Amazon AWS S3 interface",
long_description=long_description,
py_modules=["simples3"])
packages=["simples3"])

0 comments on commit cf12a35

Please sign in to comment.