Skip to content

Commit

Permalink
Use setuptools_scm for versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mumumumu committed Jan 31, 2019
1 parent 30ff5af commit 2d148f2
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 @@ -7,11 +7,12 @@
long_description = open('README.md').read()

setup(
use_scm_version=True,
setup_requires=['setuptools_scm'],
name='django-super-deduper',
description='Utilities for deduping Django model instances',
url='https://github.com/mighty-justice/django-super-deduper',
long_description=long_description,
version='0.0.7',
classifiers=[
'Framework :: Django :: 1.11',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit 2d148f2

Please sign in to comment.