Skip to content

Commit

Permalink
Customize Project Name
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyKh committed Jul 19, 2023
1 parent 0e49657 commit 78f6763
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Code of Conduct

To be a truly great community, `python-boilerplate-project` needs to welcome developers from all walks of life,
To be a truly great community, `py-iec` needs to welcome developers from all walks of life,
with different backgrounds, and with a wide range of experience. A diverse and friendly
community will have more great ideas, more unique perspectives, and produce more great
code. We will work diligently to make the `python-boilerplate-project` community welcoming to everyone.
code. We will work diligently to make the `py-iec` community welcoming to everyone.

To give clarity of what is expected of our members, `python-boilerplate-project` has adopted the code of conduct
To give clarity of what is expected of our members, `py-iec` has adopted the code of conduct
defined by [contributor-covenant.org](https://www.contributor-covenant.org). This document is used across many open source
communities, and we think it articulates our values well. The full text is copied below:

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
APP_NAME="python-boilerplate-project"
APP_NAME="py-iec"

################################
# COMMANDS TO RUN LOCALLY
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# python-boilerplate-project
# py-iec

A python boilerplate project using poetry
A python wrapper for Israel Electric Company API

## Technology and Resources

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: "3.4"
services:
python-boilerplate-project:
py-iec:
tty: true
image: "python-boilerplate-project"
image: "py-iec"
stdin_open: true
build:
context: .
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.poetry]
name = "python-boilerplate-project"
name = "py-iec"
version = "0.1.0"
description = "A python boilerplate project using poetry"
authors = [""]
description = "A Python wrapper for Israel Electric Company API"
authors = ["GuyKh"]
license = "MIT"

[tool.poetry.dependencies]
Expand Down

0 comments on commit 78f6763

Please sign in to comment.