@@ -32,19 +32,24 @@ classifiers = [
32
32
" Topic :: Software Development :: Embedded Systems" ,
33
33
" Topic :: System :: Hardware" ,
34
34
" License :: OSI Approved :: MIT License" ,
35
+ " Development Status :: 5 - Production/Stable" ,
36
+ " Environment :: Console" ,
37
+ " Natural Language :: English" ,
35
38
" Programming Language :: Python :: 3.8" ,
36
39
" Programming Language :: Python :: 3.9" ,
37
40
" Programming Language :: Python :: 3.10" ,
38
41
" Programming Language :: Python :: 3.11" ,
42
+ " Programming Language :: Python :: 3.12" ,
43
+ " Programming Language :: Python :: Implementation :: CPython" ,
39
44
" Operating System :: Unix" ,
40
45
" Operating System :: Microsoft :: Windows" ,
41
46
" Operating System :: MacOS" ,
42
47
]
43
48
dynamic = [" version" , " dependencies" , " optional-dependencies" ]
44
49
45
50
[project .urls ]
46
- Homepage = " https://github.com/tekktrik/circlink "
47
- Repository = " https://github.com/tekktrik/circlink .git"
51
+ Homepage = " https://github.com/tekktrik/circfirm "
52
+ Repository = " https://github.com/tekktrik/circfirm .git"
48
53
49
54
[project .scripts ]
50
55
circfirm = " circfirm.cli:cli"
0 commit comments