Skip to content

Commit

Permalink
fixed setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedbelgacem committed Dec 22, 2021
1 parent 86590ae commit ac3f17f
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
@@ -1,9 +1,9 @@
from setuptools import find_packages,setup
from setuptools import setup

setup(
name='TunAugmentor',
packages=find_packages(include=['TunAugmentor','transformations']),
version='0.1.7',
packages=['TunAugmentor','transformations'],
version='0.1.8',
description='Python library for image data augmentation',
author='Ahmed Belgacem, Firas Meddeb',
author_email = '[email protected]',
Expand Down

0 comments on commit ac3f17f

Please sign in to comment.