Skip to content

Commit 35eda2d

Browse files
authored
Update setup.py
1 parent 550cd4c commit 35eda2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
test_dependencies = [lib_str.strip() for lib_str in fp.read().split("\n") if not lib_str.startswith("#")]
88

99
setup(
10-
name='resttest',
10+
name='apitest',
1111
version='1.0.0a1',
1212
description='Python RESTful API Testing & Micro benchmarking Tool',
1313
long_description='Python RESTful API Testing & Microbenchmarking Tool '

0 commit comments

Comments
 (0)