Skip to content

Commit

Permalink
try to add html samples
Browse files Browse the repository at this point in the history
  • Loading branch information
avdata99 committed Aug 20, 2020
1 parent 766b903 commit 1a4a62c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name='sss_beneficiarios_hospitales',
version='0.8.116',
version='0.8.117',
license='MIT',
entry_points={
},
Expand All @@ -21,6 +21,9 @@
install_requires=required,
# package_dir={'': 'src'},
packages=['sss_beneficiarios_hospitales'], # setuptools.find_packages(),
package_data = {
'html-samples': ['*']
},
classifiers=[
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
Expand Down

0 comments on commit 1a4a62c

Please sign in to comment.