don't ship tests to pypi or production builds!
modified: setup.py
This commit is contained in:
parent
3b6d9fc56b
commit
413c0b6eae
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -48,7 +48,7 @@ setup(
|
|||
url="https://russell.ballestrini.net",
|
||||
keywords="remarkbox question answer forum embed comments reviews",
|
||||
include_package_data=True,
|
||||
packages=find_packages(),
|
||||
ackages=find_packages(exclude=["tests"]),
|
||||
package_data={
|
||||
"remarkbox": ["scripts/alembic/*.py", "scripts/alembic/versions/*.py"]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue