-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ANXOS-211: Updated URLs and names for new organisation
- Loading branch information
1 parent
6b0c9a8
commit ffad7da
Showing
5 changed files
with
17 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,15 +9,15 @@ | |
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) | ||
|
||
setup( | ||
name='python-deepcompare', | ||
name='deepcompare', | ||
version=os.getenv('PACKAGE_VERSION', '0.0.0').replace('refs/tags/', ''), | ||
packages=find_packages(), | ||
include_package_data=True, | ||
license='MIT', | ||
description='A library for deep comparison of data structures consisting of `dict`, `list` and `tuple`.', | ||
long_description=readme, | ||
long_description_content_type='text/markdown', | ||
url='https://github.com/anexia-it/python-deepcompare', | ||
url='https://github.com/anexia/python-deepcompare', | ||
author='Andreas Stocker', | ||
author_email='[email protected]', | ||
install_requires=[], | ||
|