Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubramanian authored Aug 27, 2023
1 parent a1b10b8 commit a79a4c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def gen_packages_items():
return packages


NAME = 'wbia-finfindr'
NAME = 'wbia-whaleridgefindr'


MB_PYTHON_TAG = native_mb_python_tag() # NOQA
Expand Down Expand Up @@ -203,13 +203,13 @@ def gen_packages_items():
# See https://github.com/pypa/setuptools_scm/ for more information
setup_requires=['setuptools_scm'],
use_scm_version={
'write_to': 'wbia_finfindr/_version.py',
'write_to': 'wbia-whaleridgefindr/_version.py',
'write_to_template': '__version__ = "{version}"',
'tag_regex': '^(?P<prefix>v)?(?P<version>[^\\+]+)(?P<suffix>.*)?$',
'local_scheme': 'dirty-tag',
},
packages=find_packages(),
package_dir={'wbia_finfindr': 'wbia_finfindr'},
package_dir={'wbia-whaleridgefindr': 'wbia-whaleridgefindr'},
include_package_data=False,
# List of classifiers available at:
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down

0 comments on commit a79a4c9

Please sign in to comment.