Skip to content

Commit

Permalink
Merge pull request datajoint#5 from chris-langfield/main
Browse files Browse the repository at this point in the history
`TOML`ization
  • Loading branch information
dimitri-yatsenko authored Feb 27, 2024
2 parents 08ef99c + d95ae2b commit b198ed9
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 42 deletions.
1 change: 0 additions & 1 deletion poisson_numcodecs/__init__.py

This file was deleted.

24 changes: 24 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[build-system]
requires = ["setuptools>=61.0", "setuptools_scm>=8"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
version_file = "_version.py"

[project]
name = "poisson_numcodecs"
authors = [
{ name="Jerome Lecoq", email="[email protected]" },
]
description = "Numcodecs implementation of a poisson noise calibration."
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]

[project.urls]
Homepage = "https://github.com/AllenNeuralDynamics/poisson-numcodecs"
Issues = "https://github.com/AllenNeuralDynamics/poisson-numcodecs/issues"
4 changes: 0 additions & 4 deletions pytest.ini

This file was deleted.

37 changes: 0 additions & 37 deletions setup.py

This file was deleted.

File renamed without changes.
File renamed without changes.
Empty file.
File renamed without changes.
File renamed without changes.

0 comments on commit b198ed9

Please sign in to comment.