Skip to content

Commit

Permalink
Fixed setup.py and MANIFEST
Browse files Browse the repository at this point in the history
  • Loading branch information
hynekcer committed Jul 1, 2016
1 parent 10ad169 commit 2a1e7b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include README
include README.md
include *.py
include MANIFEST.in
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
setup(
name="beatbox",
version="0.96",
py_modules=["beatbox", "xmltramp"],
py_modules=["beatbox", "beatbox_six", "xmltramp"],
description="Makes the salesforce.com SOAP API easily accessible.",
author="Simon Fell",
classifiers=[
Expand Down

0 comments on commit 2a1e7b2

Please sign in to comment.