We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 550cd4c commit 35eda2dCopy full SHA for 35eda2d
setup.py
@@ -7,7 +7,7 @@
7
test_dependencies = [lib_str.strip() for lib_str in fp.read().split("\n") if not lib_str.startswith("#")]
8
9
setup(
10
- name='resttest',
+ name='apitest',
11
version='1.0.0a1',
12
description='Python RESTful API Testing & Micro benchmarking Tool',
13
long_description='Python RESTful API Testing & Microbenchmarking Tool '
0 commit comments