From 2f2069c81185ce946c116e097fd02a1f63000200 Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Wed, 17 Jul 2024 12:32:08 +0200 Subject: [PATCH] Update PythonAPI folder name --- scripts.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts.toml b/scripts.toml index ec00128..579c64e 100644 --- a/scripts.toml +++ b/scripts.toml @@ -40,7 +40,7 @@ dynamic-lib-name = 'crysfml08lib' # NEED FIX: currently not in use in scripts.py [pycfml.dir] build-src = 'build/pyCFML/src' # content will be generated by apigen.py build-src-fortran = 'build/pyCFML/src/Fortran' -build-src-python = 'build/pyCFML/src/Python_API' +build-src-python = 'build/pyCFML/src/PythonAPI' build-obj = 'build/pyCFML/obj' dist = 'dist/pyCFML' # Python API to Fortran CrysFML2008 dist-include = 'dist/pyCFML/include' # for .mod/.smod files