Skip to content

Commit

Permalink
Update setup.py to be able to install from pip
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonNav authored Dec 20, 2023
1 parent 0161fad commit e45fcdf
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 @@ -8,8 +8,7 @@

setup(
name="django-auditlog",
use_scm_version={"version_scheme": "post-release"},
setup_requires=["setuptools_scm"],
version="3.0.0-beta.3",
packages=[
"auditlog",
"auditlog.migrations",
Expand Down

0 comments on commit e45fcdf

Please sign in to comment.