Skip to content

Commit

Permalink
Switching setuptools configuration to flat-layout to add missing pack…
Browse files Browse the repository at this point in the history
…ages (#4)

* Switching setuptools configuration to flat-layout to add missing packages

---------

Co-authored-by: Станислав Михайлов <mikhailov.si.skbkontur.ru>
  • Loading branch information
kretatusha authored Oct 11, 2024
1 parent 24ea914 commit 9c807a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,3 @@ jobs:
pip install $TEST_DEPENDENCIES
- name: test
run: tox -e "py3${{ matrix.minor_versions }}"





6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 1.0.2

**Date:** [11.10.24]

* Switching setuptools configuration to flat-layout to add missing packages

### 1.0.1

**Date:** [09.10.24]
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,5 @@ install_types = true
non_interactive = true
exclude = ["env", "venv", "build"]

[tool.setuptools.packages.find]
include = ["httptoolkit"]

[tool.setuptools.dynamic]
version = {attr = "httptoolkit._version.__version__"}

0 comments on commit 9c807a1

Please sign in to comment.