Skip to content

Commit

Permalink
black setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed May 7, 2024
1 parent d0e7b43 commit b842ac9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,9 @@ def parse_cflags(raw_flags):
exec(fp.read(), about)

package_folders = pathlib.Path("av").glob("**/")
package_data = {".".join(pckg.parts): ["*.pxd", "*.pyi", "*.typed"] for pckg in package_folders}
package_data = {
".".join(pckg.parts): ["*.pxd", "*.pyi", "*.typed"] for pckg in package_folders
}


with open("README.md") as f:
Expand All @@ -192,7 +194,7 @@ def parse_cflags(raw_flags):
long_description=long_description,
long_description_content_type="text/markdown",
license="BSD",
project_urls = {
project_urls={
"Bug Reports": "https://github.com/WyattBlue/pyav/issues",
"Documentation": "https://pyav.basswood-io.com",
"Download": "https://pypi.org/project/pyav",
Expand Down

0 comments on commit b842ac9

Please sign in to comment.