Skip to content

Commit

Permalink
Add LICENSE, README and CHANGES to source tarball
Browse files Browse the repository at this point in the history
These files should be in the PyPI download. Fixes #866
  • Loading branch information
akrabat committed May 22, 2020
1 parent ff8eb16 commit 46c584b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Expand Up @@ -44,7 +44,10 @@ def read(*rnames):
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*',
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
package_dir={'': '.'},
package_data=dict(rst2pdf=['styles/*.json',
package_data=dict(rst2pdf=['../LICENSE.txt',
'../README.rst'
'../CHANGES.rst'
'styles/*.json',
'styles/*.style',
'images/*png',
'images/*jpg',
Expand Down

0 comments on commit 46c584b

Please sign in to comment.