Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into dumpfheimer/conne…
Browse files Browse the repository at this point in the history
…ctivity-updates
  • Loading branch information
Christopher Hoch committed Jan 16, 2024
2 parents e049260 + eabece3 commit 6788baf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r production.txt
isort==5.13.2
coveralls==3.3.1
flake8==6.1.0
flake8==7.0.0
flake8-isort==6.1.1
pydocstyle==6.3.0
pylint==3.0.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def get_long_description() -> str:
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
packages=find_packages(),
packages=find_packages(exclude=['test*']),
package_data={
"pyvlx": ["py.typed"],
},
Expand Down

0 comments on commit 6788baf

Please sign in to comment.