Skip to content

Commit

Permalink
Merge pull request #24 from octue/v0.0.8
Browse files Browse the repository at this point in the history
FIX Having setup.py include package data specified in MANIFEST.in
  • Loading branch information
thclark authored Jan 10, 2020
2 parents 3aa3227 + f1e719f commit 320f41e
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 @@ -15,7 +15,7 @@

setup(
name='twined',
version='0.0.7',
version='0.0.8',
py_modules=[],
install_requires=['jsonschema ~= 3.2.0'],
url='https://www.github.com/octue/twined',
Expand All @@ -25,6 +25,7 @@
long_description=readme_text,
long_description_content_type="text/markdown",
packages=find_packages(exclude=('tests', 'docs')),
include_package_data=True,
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 320f41e

Please sign in to comment.