long_description_content_type='text/markdown', author='Duncan Macleod', author_email='*****@*****.**', license='GPL-3.0-or-later', url="https://gwpy.github.io", download_url="https://gwpy.github.io/docs/stable/install/", project_urls={ "Bug Tracker": "https://github.com/gwpy/gwpy/issues", "Discussion Forum": "https://gwpy.slack.com", "Documentation": "https://gwpy.github.io/docs/", "Source Code": "https://github.com/gwpy/gwpy", }, # package content packages=find_packages(), scripts=get_scripts(), include_package_data=True, # dependencies cmdclass=CMDCLASS, setup_requires=setup_requires, install_requires=install_requires, tests_require=tests_require, # classifiers classifiers=[ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Science/Research', ('License :: OSI Approved :: ' 'GNU General Public License v3 or later (GPLv3+)'), 'Natural Language :: English',
setup( # metadata name='gwpy', provides=['gwpy'], version=__version__, description="A python package for gravitational-wave astrophysics", long_description=longdesc, long_description_content_type='text/markdown', author='Duncan Macleod', author_email='*****@*****.**', license='GPLv3+', url='https://github.com/gwpy/gwpy', # package content packages=find_packages(), scripts=get_scripts(), include_package_data=True, # dependencies cmdclass=CMDCLASS, setup_requires=setup_requires, install_requires=install_requires, tests_require=tests_require, # classifiers classifiers=[ 'Development Status :: 4 - Beta', 'Programming Language :: Python', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5',