Skip to content

Commit 1751058

Browse files
authored
Fix formatting of features list in README.md
removed emojis.
1 parent e008207 commit 1751058

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ A modern scaffolding tool for creating new Python packages with best practices b
44

55
## Features
66

7-
- 🚀 **Fast Setup**: Create fully-configured Python packages in seconds
8-
- 📦 **uv Integration**: Modern dependency management with `uv`
9-
- **Testing Ready**: Pre-configured `pytest` with coverage
10-
- 📚 **Documentation**: Sphinx docs with `furo` theme
11-
- 🔄 **CI/CD**: GitHub Actions workflow included
12-
- 🎯 **Best Practices**: PEP 8 compliant, type hints, proper structure
7+
- **Fast Setup**: Create fully-configured Python packages in seconds
8+
- **uv Integration**: Modern dependency management with `uv`
9+
- **Testing Ready**: Pre-configured `pytest` with coverage
10+
- **Documentation**: Sphinx docs with `furo` theme
11+
- **CI/CD**: GitHub Actions workflow included
12+
- **Best Practices**: PEP 8 compliant, type hints, proper structure
1313

1414
## Installation
1515

0 commit comments

Comments
 (0)