Skip to content

Commit

Permalink
switch to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Leinfelder committed Jan 30, 2019
1 parent 72d6bdb commit 219e47d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include LICENSE
include README.md
recursive-include janus *.html
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@
url="http://github.com/smartlgt/janus_package",
zip_safe=False,
packages=find_packages(),
package_data={
"janus": ["janus/templates/*.html",
"janus/templates/pages/*.html",
"janus/templates/account/*.html",
"janus/templates/registration/*.html",
]},
include_package_data=True,
install_requires=[
"django>=2.0",
"django-oauth-toolkit==1.2.0",
Expand Down

0 comments on commit 219e47d

Please sign in to comment.