X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=2dc274f0984b0d4d80153ad8ef7a5c492508116a;hb=996e6bc78ced078e7329b39c4ad7a47fee895ea8;hp=dad71fb71350bbc43723d4260a33aebdfdaf1c46;hpb=88e5c37bdd8fa29884850ef3af483e35bc367aad;p=m_librarian.git diff --git a/setup.py b/setup.py index dad71fb..2dc274f 100755 --- a/setup.py +++ b/setup.py @@ -59,6 +59,7 @@ setup( 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', ], packages=['m_librarian', 'm_librarian.web'], package_data={'m_librarian': [ @@ -77,6 +78,6 @@ setup( ], extras_require={ 'pbar': ['m_lib>=3.1'], - 'web': ['bottle', 'Cheetah3'], + 'web': ['bottle', 'CT3'], }, )