File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ def platform_detection(install_binaries=True):
5555
5656# Set some variables (PKGBUILD inspired)
5757DATA_FILES = platform_detection ()
58- VERSION = "1.2.2 "
58+ VERSION = "1.2.3 "
5959URL = "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" ,
You can’t perform that action at this time.
0 commit comments