Skip to content

Commit

Permalink
fixes #20 prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
ergo committed Aug 25, 2024
1 parent 9c88317 commit 966aea9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[metadata]
license_file = LICENSE


[bdist_wheel]
universal=1

[tool:pytest]
addopts = --verbose
testpaths = tests
python_files = *.py
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@

setup(
name='paginate',
version='0.5.6',
version='0.5.7',
description="Divides large result sets into pages for easier browsing",
long_description=README + '\n\n' + CHANGES,
long_description_content_type="text/markdown",
# Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=[
'Programming Language :: Python',
Expand Down

0 comments on commit 966aea9

Please sign in to comment.