1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
[metadata]
name = gridtools-cpp
author = ETH Zurich
author_email = gridtools@cscs.ch
license_files = LICENSE # this file is automatically copied from the top level
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
url = https://gridtools.github.io
project_urls =
Source Code = https://github.com/GridTools/gridtools
platforms = any
version = # leave empty, automatically generated
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
Topic :: Scientific/Engineering :: Atmospheric Science
Topic :: Scientific/Engineering :: Mathematics
Topic :: Scientific/Engineering :: Physics
[options]
packages = find_namespace:
package_dir =
= src
python_requires = >=3.8
[options.package_data]
* =
*.hpp
*.h
*.cmake
py.typed
[options.packages.find]
where = src
exclude = tests
[tools:isort]
line_length = 100
[flake8]
max-line-length = 100
|