Skip to content

Commit

Permalink
Add code for PyPI version
Browse files Browse the repository at this point in the history
  • Loading branch information
aleju committed Mar 23, 2017
1 parent 041d94a commit bc90efc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
6 changes: 4 additions & 2 deletions setup.py
Expand Up @@ -10,13 +10,15 @@

setup(
name="imgaug",
version="0.1",
version="0.2.0",
author="Alexander Jung",
author_email="kontakt@ajung.name",
url="https://github.com/aleju/imgaug",
download_url="https://github.com/aleju/imgaug/archive/0.2.0.tar.gz",
install_requires=["scipy", "scikit-image", "numpy", "six"],
packages=find_packages(),
license="MIT",
description="Image augmentation library for machine learning",
long_description=long_description
long_description=long_description,
keywords=["augmentation", "image", "deep learning", "neural network", "machine learning"]
)

0 comments on commit bc90efc

Please sign in to comment.