Skip to content

Commit

Permalink
fix package error
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa0128 committed Sep 19, 2023
1 parent 848841e commit 7a4bc62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
recursive-include webmeter/static *.html *.js *.css *.png *.py
recursive-include webmeter/templates *.html *.js *.css *.png *.py
recursive-include webmeter/public *.html *.js *.css *.png *.py
recursive-include webmeter/view *.html *.js *.css *.png *.py
recursive-include webmeter/static *.html *.js *.css *.png *.py *.jmx
recursive-include webmeter/templates *.html *.js *.css *.png *.py *.jmx
recursive-include webmeter/core *.html *.js *.css *.png *.py *.jmx
recursive-include webmeter/view *.html *.js *.css *.png *.py *.jmx
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
setuptools.setup(
install_requires=['fastapi','uvicorn', 'requests', 'loguru', 'fire','pyfiglet','psutil',
'pyyaml','python-multipart','sqlalchemy'],
version='1.0.9',
version='1.0.10',
long_description=long_description,
long_description_content_type="text/markdown",
description="WebMeter - A web api-performance tool based on jmeter.",
Expand Down

0 comments on commit 7a4bc62

Please sign in to comment.