forked from zertrin/clikraken
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove usage of setup.py develop with tox, reactivate sdist
- Loading branch information
Showing
6 changed files
with
27 additions
and
5 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
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
include CHANGELOG.md | ||
include LICENSE | ||
include MANIFEST.in | ||
include README.md | ||
include requirements_dev.txt | ||
include setup.cfg | ||
include setup.py | ||
include tox.ini | ||
|
||
recursive-include tests * | ||
|
||
prune .cache | ||
prune .tox | ||
prune build | ||
prune dist | ||
prune dist_archive | ||
|
||
global-exclude __pycache__ | ||
global-exclude .coverage | ||
global-exclude *.py[co] | ||
global-exclude *.db | ||
global-exclude .git* |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[bdist_wheel] | ||
universal=1 |
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
__summary__ = "Command-line client for the Kraken exchange" | ||
__url__ = "https://github.com/zertrin/clikraken" | ||
|
||
__version__ = '0.4.0' | ||
__version__ = '0.4.1-alpha.1' | ||
|
||
__author__ = "Marc Gallet" | ||
__email__ = "[email protected]" | ||
|
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