Skip to content

Commit

Permalink
Fix sdist builds (#577)
Browse files Browse the repository at this point in the history
* Update setup.py to use setuptools_scm

* Update setup.py
  • Loading branch information
wbarnha authored Nov 29, 2023
1 parent ddef30e commit 2eba690
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ def extras_require():
def do_setup(**kwargs):
setup(
name="faust-streaming",
use_scm_version=True,
setup_requires=["setuptools_scm"],
description=meta["doc"],
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 2eba690

Please sign in to comment.