Skip to content

Commit

Permalink
Update to setuptools-scm.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlipperPA committed Apr 5, 2021
1 parent a233857 commit f8f8793
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 @@ -5,7 +5,6 @@

setup(
name='peregrine',
version="0.2.6",
description='Peregrine is an opinioned blog system for the Wagtail content management system on the Django Web Framework.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -15,6 +14,8 @@
include_package_data=True,
packages=find_packages(),
zip_safe=False,
setup_requires=["setuptools_scm"],
use_scm_version=True,
install_requires=[
'wagtail>=2.0',
'wagtailcontentstream>=0.4.0',
Expand Down

0 comments on commit f8f8793

Please sign in to comment.