Skip to content

Commit 07b9aee

Browse files
committed
Add .gitignore and update PKG-INFO metadata
Added a .gitignore file to exclude Python cache, virtual environments, OS files, and IDE configs. Updated PKG-INFO to Metadata-Version 2.4 and added several Dynamic fields for improved package metadata management.
1 parent c6fda2c commit 07b9aee

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Python cache
2+
__pycache__/
3+
*.py[cod]
4+
5+
# Virtual environments
6+
venv/
7+
.venv/
8+
env/
9+
.env/
10+
11+
# OS files
12+
.DS_Store
13+
14+
# IDE configs
15+
.vscode/
16+
.idea/

app/TiLearn.egg-info/PKG-INFO

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Metadata-Version: 2.1
1+
Metadata-Version: 2.4
22
Name: TiLearn
33
Version: 1.0.0
44
Summary: An open-source project for time management and scheduling solutions.
@@ -19,6 +19,17 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
1919
Requires-Python: >=3.10.0
2020
Description-Content-Type: text/markdown
2121
License-File: LICENSE
22+
Dynamic: author
23+
Dynamic: author-email
24+
Dynamic: classifier
25+
Dynamic: description
26+
Dynamic: description-content-type
27+
Dynamic: home-page
28+
Dynamic: license
29+
Dynamic: license-file
30+
Dynamic: project-url
31+
Dynamic: requires-python
32+
Dynamic: summary
2233

2334
<a href="https://bancie.github.io/TiLearn/" target="_blank">
2435
<picture>

0 commit comments

Comments
 (0)