https://github.com/adc-connect/adcc
Raw File
Tip revision: 0f4eae7a0e883cbdc1f48a26fe7ef15c04b2e861 authored by Maximilian Scheurer on 01 July 2023, 07:20:59 UTC
Fix problems with scipy and pyscf
Tip revision: 0f4eae7
MANIFEST.in
# Exclude test stuff
global-exclude test_*.py
exclude adcc/conftest.py
global-include libadcc/**/*.hh libadcc/**/*.cc
include LICENSE
include README.md
include adcc/test_smoke.py
back to top