Skip to content

Commit dfcd954

Browse files
author
d-creations
committed
change build setup
1 parent b9dc981 commit dfcd954

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
__pycache__/
33
*.py[codz]
44
*$py.class
5+
*cgiserver.cgi
6+
57

68
# C extensions
79
*.so

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[build-system]
2+
requires = ["hatchling"]
3+
build-backend = "hatchling.build"
24

35
[project]
46
name = "ncplot7py"
5-
version = "0.0.0"
7+
version = "0.0.1"
68
description = "ncplot7py — plotting and utilities for NetCDF data"
79
readme = "README.md"
810
license = { text = "See LICENSE" }

0 commit comments

Comments
 (0)