Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hassony2 authored Feb 6, 2020
1 parent 5a23b6a commit e5ddc3a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,23 @@
name="torchvideotransforms",
version="0.1.2",
author="Yana Hasson",
# author_email="author@example.com",
description="A small example package",
author_email="yana.hasson.inria@gmail.com",
description="Data augmentation for videos as stack of images for PyTorch",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/hassony2/torch_videovision",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: GNU GENERAL PUBLIC LICENSE",
"Operating System :: OS Independent",
"Development Status :: 2 - Pre-Alpha",
],
install_requires=[
'torch',
'torchvision',
'scikit-image',
'opencv-python',
],
python_requires='>=3.6',
)

0 comments on commit e5ddc3a

Please sign in to comment.