-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revisions to documentation and packaging settings.
- Loading branch information
Ryan Helinski
committed
Mar 19, 2018
1 parent
024bab8
commit be9daa2
Showing
3 changed files
with
48 additions
and
12 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
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 |
---|---|---|
|
@@ -45,14 +45,13 @@ | |
test_requirements.append('mock') | ||
|
||
setup(name='BiEntropy', | ||
version='1.0', | ||
version='1.0.3', | ||
description='High-performance implementations of BiEntropy metrics ' | ||
'proposed by Grenville J. Croll', | ||
ext_modules=[MODULE], | ||
url='https://github.com/sandialabs/bientropy', | ||
author='Ryan Helinski', | ||
author_email='[email protected]', | ||
license='GPLv3', | ||
keywords='entropy randomness statistics', | ||
headers=['ext/bientropy.h'], | ||
packages=['bientropy'], | ||
|