-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from cloudify-cosmo/36-use-correct-python-exec…
…utable 36 use correct python executable
- Loading branch information
Showing
5 changed files
with
39 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,5 +53,6 @@ coverage.xml | |
docs/_build/ | ||
|
||
*.iml | ||
.idea/* | ||
|
||
*COMMIT_MSG |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,9 +13,9 @@ | |
# * See the License for the specific language governing permissions and | ||
# * limitations under the License. | ||
|
||
from setuptools import setup | ||
import os | ||
import codecs | ||
from setuptools import setup | ||
|
||
here = os.path.abspath(os.path.dirname(__file__)) | ||
|
||
|
@@ -27,13 +27,13 @@ def read(*parts): | |
|
||
setup( | ||
name='wagon', | ||
version='0.3.0', | ||
version='0.3.1', | ||
url='https://github.com/cloudify-cosmo/wagon', | ||
author='Gigaspaces', | ||
author_email='[email protected]', | ||
license='LICENSE', | ||
platforms='All', | ||
description='Creates Python Wheel based archives.', | ||
description='Creates Python Wheel based archives with dependencies.', | ||
long_description=read('README.rst'), | ||
packages=['wagon'], | ||
include_package_data=True, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters