|
| 1 | +[metadata] |
| 2 | +name = cookiecutter-pytask-project |
| 3 | +description = A minimal cookiecutter template for a project with pytask. |
| 4 | +long_description = file: README.rst |
| 5 | +long_description_content_type = text/x-rst |
| 6 | +url = https://cookiecutter-pytask-project.readthedocs.io/en/latest |
| 7 | +author = Tobias Raabe |
| 8 | + |
| 9 | +license = MIT |
| 10 | +license_file = LICENSE |
| 11 | +platforms = unix, linux, osx, cygwin, win32 |
| 12 | +classifiers = |
| 13 | + Development Status :: 3 - Alpha |
| 14 | + Environment :: Console |
| 15 | + Intended Audience :: Science/Research |
| 16 | + License :: OSI Approved :: MIT License |
| 17 | + Operating System :: MacOS :: MacOS X |
| 18 | + Operating System :: Microsoft :: Windows |
| 19 | + Operating System :: POSIX |
| 20 | + Programming Language :: Python :: 3 |
| 21 | + Programming Language :: Python :: 3 :: Only |
| 22 | + Programming Language :: Python :: 3.7 |
| 23 | + Programming Language :: Python :: 3.8 |
| 24 | + Programming Language :: Python :: 3.9 |
| 25 | + Programming Language :: Python :: 3.10 |
| 26 | + Topic :: Scientific/Engineering |
| 27 | + Topic :: Software Development :: Build Tools |
| 28 | +project_urls = |
| 29 | + Changelog = https://cookiecutter-pytask-project.readthedocs.io/en/latest/changes.html |
| 30 | + Documentation = https://cookiecutter-pytask-project.readthedocs.io/en/latest |
| 31 | + Github = https://github.com/pytask-dev/cookiecutter-pytask-project |
| 32 | + Tracker = https://github.com/pytask-dev/cookiecutter-pytask-project/issues |
| 33 | + |
| 34 | + |
| 35 | +[check-manifest] |
| 36 | +ignore = |
| 37 | + version.py |
0 commit comments