Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit e8853da

Browse files
drisspgfacebook-github-bot
authored andcommitted
Using hatchling produces better intellisense with vscode (#200)
Summary: The intellisense has been messed up in vscode for fp8_experimental and conda envs, I found that changing to hatchling fixes this issues. Pull Request resolved: #200 Reviewed By: bdhirsh Differential Revision: D53457194 Pulled By: drisspg fbshipit-source-id: a2f6d8f2dab1d2491f327a9bbabc439b5f17e8ed
1 parent fbbebaa commit e8853da

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# pyproject.toml
2-
31
[build-system]
4-
requires = ["setuptools>=61.0"]
5-
build-backend = "setuptools.build_meta"
2+
requires = ["hatchling"]
3+
build-backend = "hatchling.build"
64

75
[project]
86
name = "float8_experimental"

0 commit comments

Comments
 (0)