@@ -9,34 +9,6 @@ name = "ccds"
99name = " cookiecutter-data-science"
1010version = " 2.2.0"
1111description = " A logical, reasonably standardized but flexible project structure for doing and sharing data science work."
12- authors = [
13- { name = " DrivenData" , email = " info@drivendata.org" },
14- ]
15- license = { file = " LICENSE" }
16- readme = " README.md"
17- classifiers = [
18- " Development Status :: 5 - Production/Stable" ,
19- " Intended Audience :: Developers" ,
20- " Intended Audience :: Science/Research" ,
21- " License :: OSI Approved :: MIT License" ,
22- " Programming Language :: Python :: 3" ,
23- " Programming Language :: Python :: 3.9" ,
24- " Programming Language :: Python :: 3.10" ,
25- " Programming Language :: Python :: 3.11" ,
26- " Programming Language :: Python :: 3.12" ,
27- " Programming Language :: Python :: 3.13" ,
28- " Topic :: Scientific/Engineering" ,
29- " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
30- ]
31- requires-python = " >=3.9"
32- dependencies = [
33- " click" ,
34- " cookiecutter" ,
35- " tomlkit" ,
36- ]
37-
38- [project .scripts ]
39- ccds = " ccds.__main__:main"
4012
4113[project .urls ]
4214"Homepage" = " https://cookiecutter-data-science.drivendata.org/"
0 commit comments