File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This repository serves as a template demonstrating Python best practices for dat
12
12
## Features
13
13
14
14
### 1. Data Processing and Visualization
15
- The main script ([ src/ starter_repo/plot_data.py] ( src/ starter_repo/plot_data.py) ) demonstrates:
15
+ The main script ([ starter_repo/plot_data.py] ( starter_repo/plot_data.py ) ) demonstrates:
16
16
- Reading CSV files using pandas
17
17
- Creating plots with matplotlib
18
18
- Modern Python type annotations
@@ -58,9 +58,8 @@ GitHub Actions workflows are set up for:
58
58
### 5. Project Structure
59
59
```
60
60
.
61
- |- src/
62
- | |- starter_repo/ # Source code
63
- | |- plot_data.py # Main script
61
+ |- starter_repo/ # Source code
62
+ | |- plot_data.py # Main script
64
63
|- tests/ # Test files
65
64
| |- test_plot_data.py
66
65
|- data/ # Sample data
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires = ["hatchling"]
3
3
build-backend = " hatchling.build"
4
4
5
5
[tool .hatch .build .targets .wheel ]
6
- packages = [" src/ starter_repo" ]
6
+ packages = [" starter_repo" ]
7
7
8
8
[project ]
9
9
name = " starter-repo"
File renamed without changes.
You can’t perform that action at this time.
0 commit comments