@@ -5,8 +5,39 @@ build-backend = "setuptools.build_meta"
55[project ]
66name = " polymathic-aion"
77dynamic = [" version" ]
8- description = " AstronomIcal Omnimodal Network"
8+ description = " AstronomIcal Omnimodal Network - Polymathic's Large Omnimodal Model for Astronomy"
9+ readme = " README.md"
910requires-python = " >=3.10"
11+ license = {text = " MIT" }
12+ authors = [
13+ {name = " Polymathic AI" , email = " info@polymathic-ai.org" },
14+ ]
15+ maintainers = [
16+ {name = " Polymathic AI" , email = " info@polymathic-ai.org" },
17+ ]
18+ keywords = [
19+ " astronomy" ,
20+ " astrophysics" ,
21+ " machine learning" ,
22+ " transformer" ,
23+ " multimodal" ,
24+ " deep learning" ,
25+ " scientific computing" ,
26+ " AI" ,
27+ ]
28+ classifiers = [
29+ " Development Status :: 4 - Beta" ,
30+ " Intended Audience :: Science/Research" ,
31+ " License :: OSI Approved :: MIT License" ,
32+ " Operating System :: OS Independent" ,
33+ " Programming Language :: Python :: 3" ,
34+ " Programming Language :: Python :: 3.10" ,
35+ " Programming Language :: Python :: 3.11" ,
36+ " Programming Language :: Python :: 3.12" ,
37+ " Topic :: Scientific/Engineering :: Astronomy" ,
38+ " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
39+ " Topic :: Scientific/Engineering :: Physics" ,
40+ ]
1041dependencies = [
1142 " einops>=0.7.0" ,
1243 " huggingface_hub>=0.24.7" ,
@@ -16,6 +47,14 @@ dependencies = [
1647 " tokenizers>=0.15.2" ,
1748]
1849
50+ [project .urls ]
51+ Homepage = " https://polymathic-ai.org/"
52+ Documentation = " https://polymathic-ai.github.io/AION/"
53+ Repository = " https://github.com/PolymathicAI/AION"
54+ "Bug Tracker" = " https://github.com/PolymathicAI/AION/issues"
55+ "Discussion" = " https://github.com/PolymathicAI/AION/discussions"
56+ "Hugging Face" = " https://huggingface.co/polymathic-ai/aion-base"
57+
1958[project .optional-dependencies ]
2059torch = [
2160 " torch>=2.4.0" ,
0 commit comments