Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MANIFEST.in includes more files
  • Loading branch information
iosonofabio committed Mar 22, 2017
1 parent 0b123c0 commit fe065f4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion MANIFEST.in
@@ -1,13 +1,29 @@
# Docs
include VERSION
include MANIFEST.in
include README.md
exclude todo.txt

include python*/src/step_vector.h
# Cython
include python*/src/HTSeq/*
include python*/src/*.c

# SWIG
include python*/src/step_vector.h
include python*/src/*.i
include python*/src/StepVector.py
include python*/src/StepVector_wrap.cxx

# Pure
include python*/HTSeq/__init__.py
include python*/HTSeq/_version.py
include python*/HTSeq/_HTSeq_internal.py

# Script
include python*/HTSeq/scripts/*
include python*/scripts/*

# Symlinks
prune example_data
prune src
prune HTSeq
Expand Down
2 changes: 1 addition & 1 deletion python2/HTSeq/_version.py
@@ -1 +1 @@
__version__ = "0.7.1"
__version__ = "0.7.2"

0 comments on commit fe065f4

Please sign in to comment.