We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9967c8c commit c890158Copy full SHA for c890158
1 file changed
setup.py
@@ -9,7 +9,7 @@
9
# least the same minor version as specified in the requirements.txt file.
10
# The same modules should appear in the requirements.txt file as given below.
11
setuptools.setup(
12
- name='tools_xmostest',
+ name='lib_xassert',
13
package_dir={'': 'lib/python'},
14
packages=setuptools.find_packages(where="lib/python"),
15
install_requires=[
0 commit comments