diff --git a/setup.py b/setup.py index c3a500f..9d1ae83 100755 --- a/setup.py +++ b/setup.py @@ -86,7 +86,7 @@ package_data={'pyroaring': ['py.typed', '__init__.pyi']}, packages=['pyroaring'], version=VERSION, - description='Fast and lightweight set for unsigned 32 bits integers.', + description='Library for handling efficiently sorted integer sets.', long_description=long_description, setup_requires=['cython'], url='https://github.com/Ezibenroc/PyRoaringBitMap', @@ -104,5 +104,6 @@ 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', + 'Programming Language :: Python :: 3.13', ], )