Skip to content

Commit 845a403

Browse files
committed
chore: clean up minor file changes
- Update various configuration and documentation files - Ensure all files are properly formatted and up to date - Prepare for v0.1.1 release
1 parent bfd988a commit 845a403

File tree

13 files changed

+13
-0
lines changed

13 files changed

+13
-0
lines changed

.flake8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ ignore =
2020
per-file-ignores =
2121
__init__.py:F401
2222

23+

.github/workflows/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,3 +297,4 @@ Always include in GitHub Release description:
297297
- Review [PYPI_DISTRIBUTION.md](../../PYPI_DISTRIBUTION.md)
298298
- Open an issue: https://github.com/benjaminwatts/elexon-bmrs/issues
299299

300+

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,4 @@ jobs:
9696
pip install dist/*.whl
9797
python -c "from elexon_bmrs import BMRSClient; print('✓ Package imports successfully')"
9898
99+

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,4 @@ Thumbs.db
133133
API-metadata-*.json
134134
test_env/
135135
test_testpypi/
136+
.envrc

.pypirc.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ password = pypi-YOUR-TEST-API-TOKEN-HERE
2525
# - Set token scope to specific projects when possible
2626
# - Rotate tokens periodically
2727

28+

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
SOFTWARE.
2222

23+

elexon_bmrs/exceptions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ class ValidationError(BMRSException):
3535

3636
pass
3737

38+

examples/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
"""Examples for using the Elexon BMRS Python client."""
22

3+

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ requests>=2.31.0
22
python-dateutil>=2.8.2
33
pydantic>=2.0.0
44

5+

tests/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
"""Tests for the Elexon BMRS client library."""
22

3+

0 commit comments

Comments
 (0)