Skip to content

Commit

Permalink
Fix setuptools installation
Browse files Browse the repository at this point in the history
The packages argument was incorrectly specified, leading to an install
process that would appear to have succeeded, but would not actually copy
code.

The error likely occurred due to copying setup.py from another project
where the source files were located in a different position relative to
setup.py.
  • Loading branch information
Brandon Heller committed Jan 28, 2010
1 parent 8e8081c commit 8f99421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
'setuptools'
],
scripts=scripts,
package_dir={modname:''})
)

0 comments on commit 8f99421

Please sign in to comment.