Skip to content

Commit

Permalink
Merge pull request #525 from ckan/fix-manifest
Browse files Browse the repository at this point in the history
Fix asset path in MANIFEST.in
  • Loading branch information
pdelboca committed Apr 3, 2023
2 parents 6a47510 + 4d4faa5 commit eb73bed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
recursive-include ckanext/harvest/templates *
recursive-include ckanext/harvest/fanstatic_library *
recursive-include ckanext/harvest/assets *
recursive-include ckanext/harvest/public *
recursive-include ckanext/harvest/i18n *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '1.5.2'
version = '1.5.3'

setup(
name='ckanext-harvest',
Expand Down

0 comments on commit eb73bed

Please sign in to comment.