Skip to content

Commit

Permalink
Merge pull request #3 from kprzybyla/1.0.0-a2
Browse files Browse the repository at this point in the history
1.0.0-a2: Fixed setup.cfg package deployment
  • Loading branch information
kprzybyla authored Sep 14, 2020
2 parents 186c5c3 + 12a5f26 commit 29b4efe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
include LICENSE
include README.rst
include setup.py
include setup.cfg

exclude .gitignore

exclude tox.ini
exclude setup.cfg
exclude MANIFEST.in
exclude pyproject.toml
exclude MANIFEST.in

exclude src/stubs/**/*
exclude tests/**/*
Expand Down
7 changes: 3 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,22 @@ classifier =
Topic :: Software Development :: Libraries

[options]
packages =
resultful
resultful.impl
package_dir =
= src

[options.package_data]
resultful = py.typed

[options.packages.find]
where = src

[flake8]
max-line-length = 99

[mypy]
strict = true
pretty = true
python_version = 3.8
mypy_path = src/stubs

[tool:pytest]
python_classes =
Expand Down

0 comments on commit 29b4efe

Please sign in to comment.