Skip to content

Commit ec4c1b1

Browse files
authoredApr 10, 2024
Upgrade project structure so a package can be build (#244)
1 parent 6eeab02 commit ec4c1b1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+260
-236
lines changed
 

‎.dockerignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
!/main.py
66
!/requirements.txt
77
!/src
8+
!/pyproject.toml

‎CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
- Project prepared to be installed with `pip install`, so it can be reused in
6+
the repository https://github.com/canonical/gatekeeper-repo-test
7+
58
## [v0.9.0] - 2024-04-04
69

710
### Added

0 commit comments

Comments
 (0)