Skip to content

Commit

Permalink
Uploading to pypi should now work. Version changed to 1.0.1 for conve…
Browse files Browse the repository at this point in the history
…nience
  • Loading branch information
dpryan79 committed Nov 16, 2015
1 parent 86b0965 commit 7275e36
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,5 @@ docs/_build/
target/

*.o
#./setup.py sdist creates this
MANIFEST
File renamed without changes.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include *
include libBigWig/*
prune .git*
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
9 changes: 7 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
include_dirs = ['libBigWig'])

setup (name = 'pyBigWig',
version = '1.1',
description = 'A package for accessing bigWig files',
version = '1.0.1',
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/1.0.1",
keywords = ["bioinformatics", "bigWig"],
ext_modules = [module1])

0 comments on commit 7275e36

Please sign in to comment.