Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc2 committed Nov 13, 2023
1 parent 57f8fd2 commit 5a9a21a
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,27 @@ requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"

[project]
name = "scisonify"
authors = [
{name = "Philip Chmielowiec", email = "[email protected]"},
{name = "Philip Chmielowiec", email = "[email protected]"},
]
description = "My package description"
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Operating System :: OS Independent",
"Intended Audience :: Science/Research",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering",
]
description = "Sonification of Scientific Data in Python"
dynamic = ["version"]
name = "scisonify"
readme = "README.md"
requires-python = ">=3.9"

dependencies = [
"scipy",
"librosa",
"ipython",
]

0 comments on commit 5a9a21a

Please sign in to comment.