Skip to content

Commit efd6a34

Browse files
committed
Remove manifest.in
1 parent 9e5f8f0 commit efd6a34

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

MANIFEST.in

-4
This file was deleted.

pyproject.toml

+6-2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ classifiers = [
2424
"Programming Language :: Python :: 3.8",
2525
"Programming Language :: Python :: 3.9",
2626
"Programming Language :: Python :: 3.10",
27+
"Programming Language :: Python :: 3.11",
2728
"Programming Language :: Python :: 3 :: Only",
2829
"Programming Language :: Python :: Implementation :: CPython",
2930
"Programming Language :: Python :: Implementation :: PyPy",
@@ -36,6 +37,9 @@ packages = [
3637
]
3738
include = [
3839
{ path = "tests", format = "sdist" },
40+
{ path = "ACKNOWLEDGEMENTS.md" },
41+
{ path = "CHANGELOG.md" },
42+
{ path = "LICENSE" },
3943
]
4044

4145
[tool.poetry.dependencies]
@@ -62,8 +66,10 @@ example-isort-sorting-plugin = ">=0.1.0"
6266
example-shared-isort-profile = ">=0.1.0"
6367
flake8 = "^3.8.4"
6468
flake8-bugbear = "^19.8"
69+
httpx = "^0.13.3"
6570
hypothesmith = "^0.1.3"
6671
#hypothesis-auto = { version = "^1.0.0" }
72+
hypothesis = "^6.10.1"
6773
ipython = "^7.16"
6874
mypy = "^0.902"
6975
pytest = "^6.0"
@@ -82,8 +88,6 @@ py = "^1.11.0"
8288
safety = "^2.2.0"
8389
smmap2 = "^3.0.1"
8490
gitdb2 = "^4.0.2"
85-
httpx = "^0.13.3"
86-
hypothesis = "^6.10.1"
8791
libcst = "^0.3.18"
8892
mypy-extensions = "^0.4.3"
8993
toml = "^0.10.2"

0 commit comments

Comments
 (0)