X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=blobdiff_plain;f=setup.py;h=cfe8db3186a5da97164cca822a6915da072f6952;hp=dad71fb71350bbc43723d4260a33aebdfdaf1c46;hb=HEAD;hpb=88e5c37bdd8fa29884850ef3af483e35bc367aad diff --git a/setup.py b/setup.py index dad71fb..8670397 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,7 @@ setup( ], extras_require={ 'pbar': ['m_lib>=3.1'], - 'web': ['bottle', 'Cheetah3'], + 'web': ['bottle', 'CT3'], + 'wx': ['wxPython'], }, )