Commit e5adf18f authored by Felipe Bordeu's avatar Felipe Bordeu
Browse files

(setup.cfg) solve the Issue "Package would be ignored" and add compatibility...

(setup.cfg) solve  the Issue "Package would be ignored" and add compatibility with python -m build for wheel generation
parent bf0263e3
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -21,6 +21,13 @@ platform = Linux
[options]
zip_safe = False
python_requires = >3.7
setup_requires =
    numpy >=1.20
    cython
    sympy
    eigency >= 2
    mkl
    mkl-include
install_requires =
    numpy >=1.20
    scipy >=1.9
@@ -40,12 +47,12 @@ install_requires =

package_dir =
    = src
packages = find:
packages = find_namespace:
include_package_data = True

[options.packages.find]
where = src

include = basictools*
#[options.entry_points]
#console_scripts =
#    MeshFileConvert = BasicTools.IO.MeshFileConverter:Main