name="casatestutils", # Replace with your own username
version=casatestutils_version,
author_email="awells@nrao.edu",
description="Tools for use with casatest and testing",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://open-bitbucket.nrao.edu/projects/CASA/repos/casa6/browse",
download_url="https://casa.nrao.edu/download/",
packages=setuptools.find_packages(),
package_data={"casatestutils": ["component_to_test_map.json","getcalmodvla_helpers/query1.json","getantposalma_helpers/query1.json"]},
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
install_requires=['pytest'] #'scipy','numpy', 'six'
# Delete Copy of File to avoid accidental commit to this location