Skip to content

Commit

Permalink
Remove test files from package
Browse files Browse the repository at this point in the history
  • Loading branch information
ej2 committed Aug 28, 2023
1 parent dab8a23 commit 5ed1ff2
Show file tree
Hide file tree
Showing 6 changed files with 296 additions and 288 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include README.md
include LICENSE
recursive-include tests *
recursive-exclude tests *
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

publish: clean
python setup.py sdist
twine upload dist/*
Expand Down
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ urllib3 = ">=1.26.5"
bleach = ">=3.3.0"
intuit-oauth = "==1.2.4"
rauth = ">=0.7.3"
requests = ">=2.26.0"
simplejson = ">=3.17.0"
requests = ">=2.31.0"
simplejson = ">=3.19.1"
nose = "*"
coverage = "*"
twine = "*"
Expand Down
569 changes: 289 additions & 280 deletions Pipfile.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
coverage==6.4.2
ipdb==0.13.9
mock==2.0.0
coverage==7.3.0
ipdb==0.13.13
mock==5.1.0
nose==1.3.7
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ def read(*parts):
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
],
packages=find_packages(),
packages=find_packages(exclude=("tests",)),
)

0 comments on commit 5ed1ff2

Please sign in to comment.