Skip to content
This repository was archived by the owner on Mar 13, 2023. It is now read-only.

fix: Include .pyi files in setup.py #174

Merged
merged 1 commit into from
Jan 17, 2022
Merged

Conversation

AstreaTSS
Copy link
Contributor

What type of pull request is this?

  • Non-breaking code change
  • Breaking code change
  • Documentation change/addition

Description

dis_snek/utils/attr_utils.pyi (and any future .pyi stubs) would not be installed when using pip or using the PyPI version. This was caused by the setup.py file not including them, so they were added in in this PR.

Changes

  • Edit setup.py to make package_data include .pyi files via a glob search.

Checklist

  • I've formatted my code with Black
  • I've ensured my code works on Python 3.10.x
  • I've tested my code

@LordOfPolls LordOfPolls merged commit a880dc9 into NAFTeam:dev Jan 17, 2022
@AstreaTSS AstreaTSS deleted the fix-setup branch January 17, 2022 18:20
@Kamisoi Kamisoi mentioned this pull request Jan 24, 2022
6 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants