Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
austin-hoover committed Jun 13, 2024
1 parent fb58c58 commit e2b3f91
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.ipynb_checkpoints
*.pyc
*.DS_Store
*.egg-info
__pycache__
dist
psdist/_version.py
build
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# psdist

Methods to analyze high-dimensional distributions.
Analysis tools for high-dimensional phase space distributions.


## Installation
Expand Down
13 changes: 5 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[project]
name = "ps-dist"
authors = [
{name = "Austin Hoover"}
]
name = "psdist"
authors = [{name = "Austin Hoover"}]
description = "Analysis tools for high-dimensional phase space distributions"
license = {file = "LICENSE"}
readme = "README.md"
version = "1.0.0"
Expand All @@ -18,13 +17,11 @@ dependencies = [
]

[project.urls]
Repository = "https://github.com/austin-hoover/ps-dist"
repository = "https://github.com/austin-hoover/psdist"

[build-system]
requires = [
"setuptools>=62",
"setuptools_scm>=6.2",
]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
build-backend = "setuptools.build_meta"

0 comments on commit e2b3f91

Please sign in to comment.