Skip to content

Commit

Permalink
Version bump: 1.02 --> 1.03
Browse files Browse the repository at this point in the history
  • Loading branch information
OBrink committed Sep 27, 2021
1 parent 7932158 commit b09c9ca
Showing 1 changed file with 44 additions and 44 deletions.
88 changes: 44 additions & 44 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
#!/usr/bin/env python

import setuptools

with open("README.md", "r") as fh:
long_description = fh.read()

setuptools.setup(
name="RanDepict",
version="1.0.2",
author="Otto Brinkhaus",
author_email="[email protected], [email protected]",
maintainer="Otto Brinkhaus, Kohulan Rajan",
maintainer_email="[email protected], [email protected]",
description="RanDepict is an easy-to-use utility to generate a big variety of chemical structure depictions (random depiction styles and image augmentations).",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/OBrink/RanDepict",
packages=setuptools.find_packages(),
license="MIT",
install_requires=[
"numpy>=1.19",
"imgaug",
"scikit-image",
"epam.indigo",
"jpype1",
"ipyplot",
"rdkit-pypi",
"imagecorruptions",
"pillow>=8.2.0",
],
package_data={"RanDepict": ["assets/*.*", "assets/*/*.*", "assets/*/*/*.*"]},
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3 :: Only",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires=">=3.5",
)
#!/usr/bin/env python

import setuptools

with open("README.md", "r") as fh:
long_description = fh.read()

setuptools.setup(
name="RanDepict",
version="1.0.3",
author="Otto Brinkhaus",
author_email="[email protected], [email protected]",
maintainer="Otto Brinkhaus, Kohulan Rajan",
maintainer_email="[email protected], [email protected]",
description="RanDepict is an easy-to-use utility to generate a big variety of chemical structure depictions (random depiction styles and image augmentations).",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/OBrink/RanDepict",
packages=setuptools.find_packages(),
license="MIT",
install_requires=[
"numpy>=1.19",
"imgaug",
"scikit-image",
"epam.indigo",
"jpype1",
"ipyplot",
"rdkit-pypi",
"imagecorruptions",
"pillow>=8.2.0",
],
package_data={"RanDepict": ["assets/*.*", "assets/*/*.*", "assets/*/*/*.*"]},
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3 :: Only",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires=">=3.5",
)

0 comments on commit b09c9ca

Please sign in to comment.