-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpyproject.toml
More file actions
23 lines (20 loc) · 742 Bytes
/
pyproject.toml
File metadata and controls
23 lines (20 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "DCLS"
version = "0.1.1"
authors = [
{ name="Ismail Khalfaoui Hassani", email="khalfaoui.ismail@hotmail.com" },
]
description = "Dilated convolution with learnable spacings, built on PyTorch."
readme = "README.md"
requires-python = ">=3.6"
classifiers = [
"Programming Language :: Python :: 3.6",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: OS Independent",
]
[project.urls]
"Homepage" = "https://github.com/K-H-Ismail/Dilated-Convolution-with-Learnable-Spacings-PyTorch"
"Bug Tracker" = "https://github.com/K-H-Ismail/Dilated-Convolution-with-Learnable-Spacings-PyTorch/issues"