Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezibenroc committed Aug 25, 2024
1 parent 9cfca0e commit 783a771
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -104,5 +104,6 @@
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
],
)

0 comments on commit 783a771

Please sign in to comment.