-
Notifications
You must be signed in to change notification settings - Fork 49
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 #25 from dpryan79/no_numpy_fixes
Fix compilation when numpy isn't used.
- Loading branch information
Showing
3 changed files
with
49 additions
and
29 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 |
---|---|---|
|
@@ -56,13 +56,13 @@ | |
include_dirs = include_dirs) | ||
|
||
setup(name = 'pyBigWig', | ||
version = '0.3.1', | ||
version = '0.3.2', | ||
description = 'A package for accessing bigWig files using libBigWig', | ||
author = "Devon P. Ryan", | ||
author_email = "[email protected]", | ||
url = "https://github.com/dpryan79/pyBigWig", | ||
download_url = "https://github.com/dpryan79/pyBigWig/tarball/0.3.1", | ||
keywords = ["bioinformatics", "bigWig"], | ||
download_url = "https://github.com/dpryan79/pyBigWig/tarball/0.3.2", | ||
keywords = ["bioinformatics", "bigWig", "bigBed"], | ||
classifier = ["Development Status :: 5 - Production/Stable", | ||
"Intended Audience :: Developers", | ||
"License :: OSI Approved", | ||
|