Bump version, fix packages
This commit is contained in:
4
setup.py
4
setup.py
@@ -44,7 +44,7 @@ for name, requirements in extras_require.items():
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='SQLAlchemy-Utils',
|
name='SQLAlchemy-Utils',
|
||||||
version='0.26.2',
|
version='0.26.3',
|
||||||
url='https://github.com/kvesteri/sqlalchemy-utils',
|
url='https://github.com/kvesteri/sqlalchemy-utils',
|
||||||
license='BSD',
|
license='BSD',
|
||||||
author='Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen',
|
author='Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen',
|
||||||
@@ -53,7 +53,7 @@ setup(
|
|||||||
'Various utility functions for SQLAlchemy.'
|
'Various utility functions for SQLAlchemy.'
|
||||||
),
|
),
|
||||||
long_description=__doc__,
|
long_description=__doc__,
|
||||||
packages=find_packages('.'),
|
packages=find_packages('.', exclude=['tests', 'tests.*']),
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
platforms='any',
|
platforms='any',
|
||||||
|
@@ -70,7 +70,7 @@ from .types import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
__version__ = '0.26.2'
|
__version__ = '0.26.3'
|
||||||
|
|
||||||
|
|
||||||
__all__ = (
|
__all__ = (
|
||||||
|
Reference in New Issue
Block a user