Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
[build-system]
requires = ["setuptools>=77.0.0"]
build-backend = "setuptools.build_meta"

[project]
name = "tomosipo"
version = "0.7.0"
description = "A usable Python astra-based tomography library."
readme = "README.md"
license = "GPL-3.0-only"
authors = [
{ name = "Allard Hendriksen", email = "allard.hendriksen@cwi.nl" },
]
requires-python = ">=3.6"
keywords = [
"tomography",
]
classifiers = [
"Intended Audience :: Developers",
"Natural Language :: English",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
]
dependencies = [
"astra-toolbox>=2.0,!=2.3.0",
"numpy>=1.21",
]

[project.optional-dependencies]
dev = [
"autopep8",
"autopep8",
"black",
"coverage",
"flake8",
"importmagic",
"jedi",
"pytest",
"pytest-runner",
"recommonmark",
"rope",
"snakeviz",
"sphinx",
"sphinx-autodoc-typehints",
"sphinx_rtd_theme",
"watchdog",
"yapf",
]

[project.urls]
Homepage = "https://github.com/ahendriksen/tomosipo"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bdist_wheel]
universal = 1
universal = 0

[flake8]
exclude = docs
Expand Down
78 changes: 0 additions & 78 deletions setup.py

This file was deleted.

1 change: 1 addition & 0 deletions src/tomosipo.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tomosipo
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.