Skip to content

Commit

Permalink
Use use_scm_version to get current version from git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sfdye committed Feb 19, 2023
1 parent b7daaf1 commit eb378dd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,12 @@

import setuptools

version = "1.57"


if __name__ == "__main__":
setuptools.setup(
name="PyGithub",
version=version,
use_scm_version=True,
setup_requires=["setuptools_scm"],
description="Use the full Github API v3",
author="Vincent Jacques",
author_email="vincent@vincent-jacques.net",
Expand Down

0 comments on commit eb378dd

Please sign in to comment.