Skip to content

Commit 96f1cf7

Browse files
authored
cleanup (#3)
* clean * add version * clean * clean * clean * clean * clean * save * clean * clean * cache target dir * clean * clean * clean * clean * clean
1 parent 1813c6e commit 96f1cf7

4 files changed

Lines changed: 3 additions & 78 deletions

File tree

Dockerfile

Lines changed: 0 additions & 12 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
## Overview
66

7-
`cpa` is a cli tool for ultra fast setup of new Python projects. It automates the creation of config files for style & lint checks, gitignore, a basic Dockerfile and dependency management configuration. An opinionated set of pre-commit hooks are included for enforcing best practices and reducing setup time.
7+
`cpa` is a cli tool for ultra fast setup of new Python projects. It automates the creation of config files for style & lint checks, gitignore, a basic Dockerfile and Poetry for dependency management. An opinionated set of pre-commit hooks are included for enforcing best practices and reducing dev time.
88

99
## Installation
1010

1111
### MacOS, Linux
1212

13-
Download latest binary and install via provided `install.sh` script or get it from [Releases](https://github.com/ysawa0/create-python-app/releases)
13+
Download latest binary and install via provided `install.sh` or get it from [Releases](https://github.com/ysawa0/create-python-app/releases)
1414

15-
```
15+
```bash
1616
sh install.sh
1717
# cpa will be installed to ~/bin/cpa
1818
# add ~/bin to your PATH

main.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)