X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=867039761f1d0ae2eaf3b655c4735572e461bf3c;hb=HEAD;hp=dad71fb71350bbc43723d4260a33aebdfdaf1c46;hpb=88e5c37bdd8fa29884850ef3af483e35bc367aad;p=m_librarian.git 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'], }, )