Skip to content

Commit

Permalink
Move to setuptools-scm.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlipperPA committed Dec 15, 2019
1 parent ac7a913 commit 9f85642
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="wagtail-meeting_guide",
version="0.1.dev12",
description="Meeting Guide compatible Python package for Django's Wagtail CMS: meetings, locations, and API.",
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",
"wagtailgeowidget==4.0.5",
Expand Down

0 comments on commit 9f85642

Please sign in to comment.