Skip to content

Commit

Permalink
Merge pull request #53 from gretelai/aw/pip-classifiers
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
zredlined committed Sep 7, 2020
2 parents e43a359 + 6a89b44 commit a22cabf
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@

setup(
name='gretel-synthetics',
author='Gretel Labs, Inc.',
author_email='open-source@gretel.ai',
use_scm_version=True,
setup_requires=["setuptools_scm"],
description='Synthetic Data Generation with optional Differential Privacy',
url='https://github.com/gretelai/gretel-synthetics',
long_description=long_description,
long_description_content_type='text/markdown',
package_dir={'': 'src'},
Expand All @@ -32,5 +35,12 @@
],
extras_require={
'tf': ['tensorflow==2.1.0']
}
},
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache License",
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows"
],
)

0 comments on commit a22cabf

Please sign in to comment.