We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09eec9c commit e2b91ffCopy full SHA for e2b91ff
setup.py
@@ -46,6 +46,11 @@
46
'Programming Language :: Python :: 3.10',
47
'Programming Language :: Python :: 3.11',
48
'Programming Language :: Python :: 3.12',
49
+ 'Programming Language :: Python :: 3.13',
50
+ 'Programming Language :: Python :: 3.14',
51
],
52
+ project_urls={
53
+ 'Documentation': 'https://walrus.readthedocs.io/',
54
+ 'Source': 'https://github.com/coleifer/walrus'},
55
test_suite='walrus.tests',
56
)
0 commit comments