Skip to content

Commit

Permalink
package naming rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Jun 25, 2024
1 parent 87de2ce commit 41820bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/Code_conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ TODOs without issue key are not allowed to be merged into main branch.

Always mention the license of the source code which is copied.

### Package naming (package, repository, etc.)

For consistency, use exactly the same package name, written using `kebab-case`, everywhere (e.g. github repo name, PyPI dist name).
Use exactly same name, but with `_` instead of `-` for package name in Python code and other place where `-` is not allowed.

### Don't use stuff from forbidden technology list without prior discussion

See the next section
Expand Down

0 comments on commit 41820bd

Please sign in to comment.