Skip to content

Commit

Permalink
Merge PR #44 copy-translations
Browse files Browse the repository at this point in the history
* Commits:
  Bump version to 1.0.1
  Copy over translation files during install
  • Loading branch information
stvstnfrd committed Oct 15, 2019
2 parents 284aad5 + 428032b commit e15d3e3
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,7 @@
from setuptools import setup


version = '1.0.0'
version = '1.0.1'
description = __doc__.strip().split('\n')[0]
this_directory = path.abspath(path.dirname(__file__))
with open(path.join(this_directory, 'README.rst')) as file_in:
Expand Down Expand Up @@ -44,6 +44,7 @@
'public/*',
'scenarios/*.xml',
'templates/*',
'translations/*/*/*',
],
},
classifiers=[
Expand Down

0 comments on commit e15d3e3

Please sign in to comment.