Skip to content

Commit

Permalink
Switch to setuptools_scm. Remove MANIFEST and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlipperPA committed Oct 22, 2019
1 parent dc0f2e1 commit a8f4dc1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions MANIFEST.in

This file was deleted.

2 changes: 0 additions & 2 deletions setup.cfg

This file was deleted.

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='wagtailcodeblock',
version="1.15.0.0",
description='Wagtail Code Block provides PrismJS syntax highlighting in Wagtail.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -18,6 +17,8 @@
install_requires=[
'wagtail>=2.7rc1',
],
setup_requires=['setuptools_scm'],
use_scm_version=True,
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
Expand Down

0 comments on commit a8f4dc1

Please sign in to comment.