Skip to content

Commit

Permalink
Use PBR instead of setuptools_scm
Browse files Browse the repository at this point in the history
Add auto-generated files to gitignore
  • Loading branch information
ygalblum committed Mar 26, 2020
1 parent 9de000b commit 3ee727d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ docs/build/
*.egg-info/
dist/
build/
AUTHORS
ChangeLog
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ classifier =

[options]
setup_requires =
setuptools_scm
pbr
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import setuptools

setuptools.setup(
use_scm_version=True,
pbr=True,
)

0 comments on commit 3ee727d

Please sign in to comment.