-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
13 additions
and
6 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
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 |
---|---|---|
@@ -1 +1,9 @@ | ||
include pyemd/emd.cpp | ||
graft pyemd | ||
graft test | ||
|
||
include README.rst | ||
include LICENSE | ||
include conftest.py | ||
|
||
global-exclude __pycache__ *.py[cod] | ||
global-exclude *.so *.dylib |
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 |
---|---|---|
|
@@ -5,14 +5,14 @@ | |
"""PyEMD metadata""" | ||
|
||
__title__ = 'pyemd' | ||
__version__ = '0.4.2' | ||
__version__ = '0.4.3' | ||
__description__ = ("A Python wrapper for Ofir Pele and Michael Werman's " | ||
"implementation of the Earth Mover's Distance.") | ||
__author__ = 'Will Mayner' | ||
__author_email__ = '[email protected]' | ||
__author_website__ = 'http://willmayner.com' | ||
__license__ = 'MIT' | ||
__copyright__ = 'Copyright (c) 2016 Will Mayner' | ||
__copyright__ = 'Copyright (c) 2014-2017 Will Mayner' | ||
__url__ = 'http://github.com/wmayner/pyemd' | ||
|
||
__all__ = ['__title__', '__version__', '__description__', '__author__', | ||
|
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