Skip to content

Commit

Permalink
add license to pypi distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicBboy committed Nov 11, 2019
1 parent c679e46 commit e6bd065
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion pandera/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
from .schema_components import Column, Index, MultiIndex


__version__ = "0.2.4"
__version__ = "0.2.5"
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="pandera",
version="0.2.4",
version="0.2.5",
author="Niels Bantilan",
author_email="niels.bantilan@gmail.com",
description="A light-weight and flexible validation package for pandas "
Expand All @@ -20,6 +20,7 @@
},
keywords=["pandas", "validation", "data-structures"],
license="MIT",
data_files=[("", ["LICENSE.txt"])],
packages=[
"pandera",
],
Expand All @@ -34,6 +35,7 @@
classifiers=[
'Development Status :: 5 - Production/Stable',
'Operating System :: OS Independent',
'License :: OSI Approved :: MIT License',
'Intended Audience :: Science/Research',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit e6bd065

Please sign in to comment.