Skip to content

Commit

Permalink
Add wheel package
Browse files Browse the repository at this point in the history
  • Loading branch information
danilopeixoto committed Dec 12, 2021
1 parent 116826d commit 501b0bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion metastore/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''

__title__ = 'Metastore'
__version__ = '1.0.0-dev3'
__version__ = '1.0.0.dev4'
__description__ = 'Metastore Python SDK.'
__author__ = 'Metastore Developers'
__email__ = 'metastoredevelopers@gmail.com'
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def parse_long_description() -> str:
extras_require={
'development': [
'setuptools>=58.2.0',
'wheel>=0.37.0',
'autopep8>=1.6.0',
'pylint>=2.12.0',
'pytest>=6.2.0',
Expand Down

0 comments on commit 501b0bb

Please sign in to comment.