Skip to content

Commit

Permalink
Merge pull request #948 from glitch/946-947-setup-fixes
Browse files Browse the repository at this point in the history
Fixes for setup.py & setup.cfg
  • Loading branch information
reuster986 authored Oct 6, 2021
2 parents 56c5361 + b586d2d commit be14087
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
VCS = git
style = pep440
versionfile_source = arkouda/_version.py
versionfile_build = dist/arkouda/_version.py
tag_prefix =
parentdir_prefix = arkouda-
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
#
# This field corresponds to the "Home-Page" metadata field:
# https://packaging.python.org/specifications/core-metadata/#home-page-optional
url='https://github.com/mhmerrill/arkouda', # Optional
url='https://github.com/Bears-R-Us/arkouda', # Optional

# This should be your name or the name of the organization which owns the
# project.
Expand Down Expand Up @@ -198,8 +198,8 @@
# maintainers, and where to support the project financially. The key is
# what's used to render the link text on PyPI.
project_urls={ # Optional
'Bug Reports': 'https://github.com/mhmerrill/arkouda/issues',
'Source': 'https://github.com/mhmerrill/arkouda',
'Bug Reports': 'https://github.com/Bears-R-Us/arkouda/issues',
'Source': 'https://github.com/Bears-R-Us/arkouda',
'Chapel': 'https://chapel-lang.org'
},
)
Expand Down

0 comments on commit be14087

Please sign in to comment.