Skip to content

Commit

Permalink
Remove check-manifest and add setuptools-scm
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Oct 30, 2024
1 parent 75df4d6 commit 2d39ba5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
10 changes: 0 additions & 10 deletions MANIFEST.in

This file was deleted.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ supersearchfacet = "crashstats_tools.cmd_supersearchfacet:supersearchfacet"
[project.optional-dependencies]
dev = [
"build",
"check-manifest",
"cogapp",
"freezegun",
"pytest",
Expand All @@ -57,7 +56,7 @@ dev = [


[build-system]
requires = ["setuptools"]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"


Expand Down

0 comments on commit 2d39ba5

Please sign in to comment.