Skip to content

Commit 8295868

Browse files
authored
Merge pull request #11 from maclariz/furtherclean
Furtherclean
2 parents af46b6f + 76fb170 commit 8295868

File tree

4 files changed

+5
-36
lines changed

4 files changed

+5
-36
lines changed

__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

pyproject.toml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "pixstem_tools"
33
# Do not edit the next line
4-
version = "v0.1.0"
4+
version = "v0.1.5"
55
authors = [
66
{name="Dr. Ian MacLaren", email="ian.maclaren@glasgow.ac.uk"},
77
]
@@ -22,5 +22,6 @@ dependencies = [
2222
"matplotlib >= 3.2.2",
2323
"alive-progress >= 3.0.0",
2424
]
25-
[tool.setuptools]
26-
py-modules = []
25+
[build-system]
26+
requires = ["setuptools>=61.0"]
27+
build-backend = "setuptools.build_meta"

setup.py

-32
This file was deleted.

version.py

-1
This file was deleted.

0 commit comments

Comments
 (0)