File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ classifiers = [
1616 " Programming Language :: Python :: 3.10" ,
1717 " Programming Language :: Python :: 3.11" ,
1818 " Programming Language :: Python :: 3.12" ,
19+ " Programming Language :: Python :: 3.13" ,
20+ " Programming Language :: Python :: 3.14" ,
1921 " License :: OSI Approved :: Apache Software License" ,
2022 " Intended Audience :: Science/Research" ,
2123 " Topic :: Scientific/Engineering" ,
@@ -28,6 +30,12 @@ dependencies = [
2830 " pandas>=1,<3"
2931]
3032
33+ [project .urls ]
34+ homepage = " https://github.com/jenskeiner/exchange_calendars_extensions_api/"
35+ repository = " https://github.com/jenskeiner/exchange_calendars_extensions_api.git"
36+ documentation = " https://github.com/jenskeiner/exchange_calendars_extensions_api/tree/main/docs/"
37+ issues = " https://github.com/jenskeiner/exchange_calendars_extensions_api/issues"
38+
3139[dependency-groups ]
3240dev = [
3341 " pytest>=8,<9" ,
You can’t perform that action at this time.
0 commit comments