File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -169,3 +169,4 @@ cython_debug/
169
169
170
170
# PyPI configuration file
171
171
.pypirc
172
+ .DS_Store
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" setuptools " , " wheel " ]
3
- build-backend = " setuptools.build_meta "
2
+ requires = [" hatchling " ]
3
+ build-backend = " hatchling.build "
4
4
5
5
[project ]
6
6
name = " usf"
7
7
version = " 0.1.0"
8
+ description = " A lightweight Universal Schedule Format (USF) parser and generator."
9
+ authors = [{ name = " USF-org" , email = " USF-org@outlook.com" }]
10
+ license = { text = " MIT" }
11
+ readme = " README.md"
12
+ requires-python = " >=3.6"
8
13
dependencies = []
9
- requires-python = " >=3.6"
14
+
15
+ [project .urls ]
16
+ Homepage = " https://github.com/USF-org"
17
+ Repository = " https://github.com/USF-org/USF-Python"
18
+ Issues = " https://github.com/USF-org/USF-Python/issues"
19
+
20
+ [tool .hatch .build ]
21
+ packages = [" usf" ]
You can’t perform that action at this time.
0 commit comments