Skip to content

Commit

Permalink
Merge pull request #60 from jupyterhub/version-0.0.3
Browse files Browse the repository at this point in the history
Change package_data to include_package_data
  • Loading branch information
leportella authored Feb 13, 2019
2 parents b00a5e4 + c130a00 commit 4e55418
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 4e55418

Please sign in to comment.