Skip to content

Commit baae79f

Browse files
committed
Added missing module to setup.py
1 parent 09e6577 commit baae79f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# *Structure_threader* changelog
22

3+
## Changes since v1.2.2
4+
5+
### Bug fixes
6+
* The "skeletons" module was not being packaged in Pypi. This is now fixed.
7+
8+
---
9+
310
## Changes since v1.2.1
411

512
### Bug fixes

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def platform_detection(install_binaries=True):
5555

5656
# Set some variables (PKGBUILD inspired)
5757
DATA_FILES = platform_detection()
58-
VERSION = "1.2.2"
58+
VERSION = "1.2.3"
5959
URL = "https://github.com/StuntsPT/Structure_threader"
6060

6161

@@ -67,7 +67,8 @@ def platform_detection(install_binaries=True):
6767
"structure_threader.plotter",
6868
"structure_threader.sanity_checks",
6969
"structure_threader.colorer",
70-
"structure_threader.wrappers"],
70+
"structure_threader.wrappers",
71+
"structure_threader.skeletons"],
7172
install_requires=["plotly",
7273
"colorlover",
7374
"numpy",

0 commit comments

Comments
 (0)