Skip to content

Commit

Permalink
Change package_data to include_package_data
Browse files Browse the repository at this point in the history
  • Loading branch information
leportella committed Feb 13, 2019
1 parent b00a5e4 commit c130a00
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='jupyterhub-nativeauthenticator',
version='0.0.2',
version='0.0.3',
description='JupyterHub Native Authenticator',
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -15,7 +15,5 @@
license='3 Clause BSD',
packages=find_packages(),
install_requires=['jupyterhub>=0.8', 'bcrypt'],
package_data={
'': ['*.html', 'common-credentials.txt'],
}
include_package_data=True,
)

0 comments on commit c130a00

Please sign in to comment.