@@ -16,11 +16,13 @@ keywords = ["reward-model", "image-editing", "agentic", "vlm", "rlhf"]
1616classifiers = [
1717 " Development Status :: 4 - Beta" ,
1818 " Intended Audience :: Science/Research" ,
19+ " Operating System :: OS Independent" ,
1920 " Programming Language :: Python :: 3" ,
2021 " Programming Language :: Python :: 3.10" ,
2122 " Programming Language :: Python :: 3.11" ,
2223 " Programming Language :: Python :: 3.12" ,
2324 " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
25+ " Typing :: Typed" ,
2426]
2527dynamic = [" dependencies" , " version" ]
2628
@@ -29,7 +31,10 @@ rewardharness = "rewardharness.cli:main"
2931
3032[project .urls ]
3133Homepage = " https://rewardharness.com"
34+ Documentation = " https://github.com/TIGER-AI-Lab/RewardHarness#readme"
3235Repository = " https://github.com/TIGER-AI-Lab/RewardHarness"
36+ Changelog = " https://github.com/TIGER-AI-Lab/RewardHarness/blob/main/CHANGELOG.md"
37+ Issues = " https://github.com/TIGER-AI-Lab/RewardHarness/issues"
3338Paper = " https://arxiv.org/abs/2605.08703"
3439
3540[tool .setuptools .dynamic ]
@@ -42,6 +47,7 @@ exclude = ["tests*", "vanilla*", "examples*", "scripts*"]
4247
4348[tool .setuptools .package-data ]
4449rewardharness = [
50+ " py.typed" ,
4551 " resources/library/**/*.json" ,
4652 " resources/library/**/*.md" ,
4753 " resources/score_guidelines/*.md" ,
0 commit comments