Skip to content

Commit

Permalink
Adds back MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
Daverball committed Mar 30, 2023
1 parent 8f6ddc9 commit 49408b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 5 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
include README.rst
include HISTORY.rst
include license/LICENSE.GPL
include license/LICENSE.txt
include sedate/py.typed
8 changes: 2 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,8 @@ dev =
tox

[options.package_data]
* =
README.rst
license/LICENSE.GPL
license/LICENSE.txt
HISTORY.rst
sedate/py.typed
sedate =
py.typed

[bdist_wheel]
universal=1

0 comments on commit 49408b2

Please sign in to comment.