Skip to content

Commit

Permalink
package name DeepDiff6
Browse files Browse the repository at this point in the history
  • Loading branch information
seperman committed Aug 14, 2022
1 parent 538717f commit ca8e58e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ def get_reqs(filename):
long_description = file.read()


setup(name='deepdiff',
setup(name='deepdiff6',
version=version,
description='Deep Difference and Search of any Python object/data.',
url='https://github.com/seperman/deepdiff',
download_url='https://github.com/seperman/deepdiff/tarball/master',
author='Seperman',
author_email='sep@zepworks.com',
license='MIT',
packages=['deepdiff6'],
packages=['deepdiff'],
zip_safe=True,
test_suite="tests",
include_package_data=True,
Expand Down

0 comments on commit ca8e58e

Please sign in to comment.