Skip to content

Commit

Permalink
Added missing module to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
StuntsPT committed Aug 9, 2017
1 parent 09e6577 commit baae79f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# *Structure_threader* changelog

## Changes since v1.2.2

### Bug fixes
* The "skeletons" module was not being packaged in Pypi. This is now fixed.

---

## Changes since v1.2.1

### Bug fixes
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def platform_detection(install_binaries=True):

# Set some variables (PKGBUILD inspired)
DATA_FILES = platform_detection()
VERSION = "1.2.2"
VERSION = "1.2.3"
URL = "https://github.com/StuntsPT/Structure_threader"


Expand All @@ -67,7 +67,8 @@ def platform_detection(install_binaries=True):
"structure_threader.plotter",
"structure_threader.sanity_checks",
"structure_threader.colorer",
"structure_threader.wrappers"],
"structure_threader.wrappers",
"structure_threader.skeletons"],
install_requires=["plotly",
"colorlover",
"numpy",
Expand Down

0 comments on commit baae79f

Please sign in to comment.