Add setup.cfg

It seems this allows VSCode to find import path of phonopy from other package.
This commit is contained in:
Atsushi Togo 2022-11-12 22:37:04 +09:00
parent 5ed8526c99
commit cea6aa2932
1 changed files with 7 additions and 0 deletions

7
setup.cfg Normal file
View File

@ -0,0 +1,7 @@
[options]
package_dir=
=.
packages=find:
[options.packages.find]
where=.