Skip to content

Commit

Permalink
removed pbr from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
paolap committed Aug 6, 2024
1 parent 0d60f37 commit 668a61f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from setuptools import setup

setup(
setup_requires=['pbr', 'setuptools'],
pbr=True,
setup_requires=['setuptools-scm', 'setuptools'],
)

0 comments on commit 668a61f

Please sign in to comment.