Skip to content

Commit

Permalink
Merge pull request #1944 from praw-dev/revert-1936-py.typed
Browse files Browse the repository at this point in the history
Revert "Add py.typed stub"
  • Loading branch information
LilSpazJoekp committed Feb 25, 2023
2 parents 23017bf + 4760745 commit eced7fd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
include CHANGES.rst LICENSE.txt README.rst
include praw/praw.ini
include praw/py.typed
include "praw/images/PRAW logo.png"
include docs/Makefile
recursive-include docs *.png *.py *.rst
Expand Down
Empty file removed praw/py.typed
Empty file.
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Utilities",
"Typing :: Typed",
],
description=(
'PRAW, an acronym for "Python Reddit API Wrapper", is a python package that'
Expand All @@ -63,10 +62,7 @@
keywords="reddit api wrapper",
license="Simplified BSD License",
long_description=README,
package_data={
"": ["LICENSE.txt"],
PACKAGE_NAME: ["*.ini", "py.typed", "images/*.png"],
},
package_data={"": ["LICENSE.txt"], PACKAGE_NAME: ["*.ini", "images/*.png"]},
packages=find_packages(exclude=["tests", "tests.*", "tools", "tools.*"]),
project_urls={
"Change Log": "https://praw.readthedocs.io/en/latest/package_info/change_log.html",
Expand All @@ -75,5 +71,4 @@
"Source Code": "https://github.com/praw-dev/praw",
},
version=VERSION,
zip_safe=False,
)

0 comments on commit eced7fd

Please sign in to comment.