Skip to content

Commit

Permalink
Merge pull request #5 from JadenFiotto-Kaufman/dev
Browse files Browse the repository at this point in the history
Dynamic project version
  • Loading branch information
JadenFiotto-Kaufman authored Nov 13, 2023
2 parents 98a248d + 3a2688f commit 32c25b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[build-system]
requires = ["setuptools", "setuptools_scm[toml]>=6.2"]
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"
[tool.setuptools_scm]

[project]
dynamic = ["version"]
name = "nnsight"
authors = [
{ name="Jaden Fiotto-Kaufman", email="[email protected]" },
Expand Down Expand Up @@ -33,6 +36,5 @@ dependencies = [
include-package-data = true
[tool.setuptools.package-data]
nnsight = ["config.yaml", "nnsight.log"]
[tool.setuptools_scm]


0 comments on commit 32c25b2

Please sign in to comment.