Skip to content

Commit

Permalink
Updating setup.py with correct information (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncilfone committed Apr 7, 2021
1 parent abdfc79 commit 5fd9809
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions setup.py
Expand Up @@ -20,21 +20,28 @@
cmdclass=versioneer.get_cmdclass(),
author="FMR LLC",
url="https://github.com/fidelity/spock",
download_url="https://github.com/fidelity/spock",
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Natural Language :: English",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development :: Libraries :: Python Modules"
],
project_urls={
"Source": "https://github.com/fidelity/spock",
"Documentation": "https://fidelity.github.io/spock/"
"Documentation": "https://fidelity.github.io/spock/",
"Bug Tracker": "https://fidelity.github.io/spock/issues"
},
keywords="dataclass config argparser parameter configuration",
keywords=['configuration', 'argparse', 'parameters', 'machine learning', 'deep learning', 'reproducibility'],
packages=setuptools.find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
python_requires='>=3.6',
install_requires=install_reqs
Expand Down

0 comments on commit 5fd9809

Please sign in to comment.