Skip to content

Commit

Permalink
Merge pull request #3 from WildbookOrg/renamed-dist
Browse files Browse the repository at this point in the history
Renamed distribution to wbia-utool
  • Loading branch information
Jason Parham authored Jun 5, 2020
2 parents 5c9c696 + f2dbb24 commit a6d9e15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,10 @@ def native_mb_python_tag(plat_impl=None, version_info=None):
return mb_tag


NAME = 'utool'
NAME = 'wbia-utool'
VERSION = parse_version('utool/__init__.py') # must be global for git tags


if __name__ == '__main__':
# run setuptools setup function
setup(
Expand Down Expand Up @@ -199,14 +200,12 @@ def native_mb_python_tag(plat_impl=None, version_info=None):
classifiers=[
# List of classifiers available at:
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Utilities',
# This should be interpreted as Apache License v2.0
'License :: OSI Approved :: Apache Software License',
# Supported Python versions
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
],
)
2 changes: 1 addition & 1 deletion utool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import sys
import textwrap

__version__ = '2.1.4'
__version__ = '2.2.0'

__DYNAMIC__ = True
if __DYNAMIC__:
Expand Down

0 comments on commit a6d9e15

Please sign in to comment.