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 538717f commit ca8e58eCopy full SHA for ca8e58e
setup.py
@@ -26,15 +26,15 @@ def get_reqs(filename):
26
long_description = file.read()
27
28
29
-setup(name='deepdiff',
+setup(name='deepdiff6',
30
version=version,
31
description='Deep Difference and Search of any Python object/data.',
32
url='https://github.com/seperman/deepdiff',
33
download_url='https://github.com/seperman/deepdiff/tarball/master',
34
author='Seperman',
35
author_email='[email protected]',
36
license='MIT',
37
- packages=['deepdiff6'],
+ packages=['deepdiff'],
38
zip_safe=True,
39
test_suite="tests",
40
include_package_data=True,
0 commit comments