Skip to content

Commit d15d6b1

Browse files
authored
Merge pull request #44 from CCPBioSim/36-migrate-from-setuptools
Migrate to pyproject.toml and Refactor Execution Structure
2 parents 03d761f + a94fcf5 commit d15d6b1

15 files changed

Lines changed: 252 additions & 2372 deletions

File tree

.codecov.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.lgtm.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

CodeEntropy/__init__.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
"""
2-
Empty init file
2+
CodeEntropy
3+
4+
CodeEntropy tool with POSEIDON code integrated to form a complete and generally applicable
5+
set of tools for computing entropy of macromolecular systems from the forces sampled in a
6+
MD simulation.
37
"""
8+
9+
__version__ = "0.3.6"

CodeEntropy/main_mcc.py

Lines changed: 176 additions & 33 deletions
Large diffs are not rendered by default.

MANIFEST.in

Lines changed: 0 additions & 9 deletions
This file was deleted.

bin/CodeEntropy

Lines changed: 0 additions & 172 deletions
This file was deleted.

devtools/README.md

Lines changed: 0 additions & 63 deletions
This file was deleted.

devtools/conda-envs/test_env.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

devtools/legacy-miniconda-setup/before_install.sh

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)