Skip to content

Commit

Permalink
Prep for version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chosak committed May 18, 2022
1 parent b74847a commit aaeede3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
]


setup_requires = [
"setuptools-git-version==1.0.3",
]


testing_extras = [
"coverage>=3.7.0",
"mock>=1.0.0",
Expand All @@ -25,13 +20,11 @@
description="Lookup Wagtail pages by block content",
long_description=open("README.rst", "r", encoding="utf-8").read(),
license="CCO",
version="1.4.1",
version_format="{tag}.dev{commitcount}+{gitsha}",
version="1.5",
include_package_data=True,
packages=find_packages(),
python_requires=">=3.6",
install_requires=install_requires,
setup_requires=setup_requires,
extras_require={"testing": testing_extras},
classifiers=[
"Framework :: Django",
Expand Down

0 comments on commit aaeede3

Please sign in to comment.