SushantGautam commited on
Commit
3d5b4aa
·
1 Parent(s): ac2cb1a

Refactor pyproject.toml to use a dictionary for license declaration

Browse files
Files changed (1) hide show
  1. pyproject.toml +1 -5
pyproject.toml CHANGED
@@ -1,7 +1,3 @@
1
- [build-system]
2
- requires = ["setuptools>=42", "wheel"]
3
- build-backend = "setuptools.build_meta"
4
-
5
  [project]
6
  name = "medvqa"
7
  version = "0.13"
@@ -18,7 +14,7 @@ classifiers = [
18
  "Programming Language :: Python :: 3",
19
  "Operating System :: OS Independent",
20
  ]
21
- license = "MIT"
22
 
23
  [project.scripts]
24
  medvqa = "medvqa.cli:main"
 
 
 
 
 
1
  [project]
2
  name = "medvqa"
3
  version = "0.13"
 
14
  "Programming Language :: Python :: 3",
15
  "Operating System :: OS Independent",
16
  ]
17
+ license = { text = "MIT" }
18
 
19
  [project.scripts]
20
  medvqa = "medvqa.cli:main"