Skip to content

Commit

Permalink
Use a MANIFEST.in instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Jan 31, 2025
1 parent dc54dab commit b0c26f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions common/hogql_parser/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include *.pyi
include py.typed
4 changes: 1 addition & 3 deletions common/hogql_parser/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

setup(
name="hogql_parser",
version="1.0.457",
version="1.0.458",
url="https://github.com/PostHog/posthog/tree/master/common/hogql_parser",
description="HogQL parser for internal PostHog use",
author="PostHog Inc.",
Expand All @@ -41,8 +41,6 @@
maintainer_email="[email protected]",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
package_data={"hogql_parser": ["*.pyi", "py.typed"]},
include_package_data=True,
ext_modules=[module],
python_requires=">=3.10",
classifiers=[
Expand Down

0 comments on commit b0c26f4

Please sign in to comment.