Skip to content

Commit

Permalink
Removing deprecated attributes from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
seperman committed Sep 11, 2024
1 parent 6d8a4c7 commit 47d7816
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
orderly-set==5.2.2
orderly-set==5.2.3
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ def get_reqs(filename):
license='MIT',
packages=['deepdiff'],
zip_safe=True,
test_suite="tests",
include_package_data=True,
tests_require=['mock'],
long_description=long_description,
long_description_content_type='text/markdown',
install_requires=reqs,
Expand Down

0 comments on commit 47d7816

Please sign in to comment.