diff --git a/.travis.yml b/.travis.yml index f51f3a1b..99b89424 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: - '3.7' - - '2.7' - '3.8' - '3.6' - '3.5' diff --git a/docs/source/conf.py b/docs/source/conf.py index 99e9d8a8..cc4bfd97 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -46,7 +46,7 @@ project = 'sidpy' copyright = '2020, Suhas Somnath, Gerd Duscher, and contributors' -author = 'Suhas Somnath, Gerd Duscher, and contributors' +author = 'Pycroscopy contributors' # The short X.Y version version = sidpy_version @@ -301,7 +301,7 @@ # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, 'sidpy.tex', 'sidpy Documentation', - 'Suhas Somnath, Gerd Duscher, and contributors', 'manual'), + 'Pycroscopy contributors', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of diff --git a/setup.py b/setup.py index 94beefdd..74df4ede 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,6 @@ 'Natural Language :: English', 'Operating System :: OS Independent', 'Programming Language :: Cython', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', @@ -53,7 +52,7 @@ packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), url='https://pycroscopy.github.io/sidpy/about.html', license='MIT', - author='Suhas Somnath and contributors', + author='Pycroscopy contributors', author_email='pycroscopy@gmail.com', install_requires=requirements, setup_requires=['pytest-runner'],