Skip to content

Commit

Permalink
Make package type friendly (and update metadata)
Browse files Browse the repository at this point in the history
  • Loading branch information
CamLamb committed Mar 2, 2022
1 parent 8b1df22 commit 213bc1c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
include LICENSE *.rst *.txt *.md
graft django_hawk_drf
prune django_hawk_drf/tests
global-include *.typed
global-exclude __pycache__
global-exclude *.py[co]
global-exclude .DS_Store
Expand Down
Empty file added django_hawk_drf/py.typed
Empty file.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[metadata]
name = django-hawk-drf
author =
author_email =
description =
author = Cameron Lamb
author_email = live.services@digital.trade.gov.uk
description = Authenticate Django Rest Framework Views with django-hawk
version = 0.0.1
url = https://github.com/uktrade/django-hawk-drf/
keywords =
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from setuptools import setup

setup()
setup(
zip_safe=False,
)

0 comments on commit 213bc1c

Please sign in to comment.