Skip to content
This repository was archived by the owner on Jul 28, 2022. It is now read-only.

Commit 82f97e7

Browse files
committed
add Contributions to python package
1 parent 17f67f6 commit 82f97e7

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

build_wheel/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ impl_pair_correlation!(FMTFunctional);
5252
#[pymodule]
5353
pub fn feos_dft(py: Python<'_>, m: &PyModule) -> PyResult<()> {
5454
m.add_class::<Verbosity>()?;
55+
m.add_class::<Contributions>()?;
5556

5657
m.add_class::<PyExternalPotential>()?;
5758
m.add_class::<Geometry>()?;

0 commit comments

Comments
 (0)