Skip to content

Commit 484b66f

Browse files
committed
Use template for pyproject.toml file.
1 parent 149ab64 commit 484b66f

File tree

3 files changed

+1
-30
lines changed

3 files changed

+1
-30
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
build.py
33
CMakeLists.txt
44
conanfile.py
5+
_package/pyproject.toml
56

67
# Misc
78
*.DS_STORE

_package/pyproject.toml

-29
This file was deleted.

_package/xms/interp/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
from .api.interpolator import interpolate_to_grid # NOQA: F401
44
from .api.interpolator import interpolate_to_points # NOQA: F401
55

6-
__version__ = '6.1.7'

0 commit comments

Comments
 (0)