Skip to content
Snippets Groups Projects

Pep 561

Merged Trond Aasan requested to merge pep-561 into master
2 files
+ 6
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 5
1
@@ -82,10 +82,14 @@ def run_setup():
'Intended Audience :: Developers',
'Topic :: Software Development :: Libraries',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],
keywords='tia api client',
package_data={"ntnu_tia_client": ["py.typed"]},
)
Loading