Skip to content
Snippets Groups Projects
Commit f6600e57 authored by ojs1g14's avatar ojs1g14
Browse files

Undo two previous commits as did not help RTD

parent 62841dd9
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ Created on Thu Dec 15 13:43:43 2016 ...@@ -5,7 +5,7 @@ Created on Thu Dec 15 13:43:43 2016
@author: js22g12 @author: js22g12
""" """
from setuptools import setup #, find_packages from setuptools import setup, find_packages
def readme(): def readme():
...@@ -22,7 +22,7 @@ setup(name='AmpScan', ...@@ -22,7 +22,7 @@ setup(name='AmpScan',
author_email='Joshua.Steer@soton.ac.uk', author_email='Joshua.Steer@soton.ac.uk',
license='MIT', license='MIT',
packages=['AmpScan'], packages=['AmpScan'],
install_requires=['numpy', 'pandas', 'matplotlib', 'scipy'], install_requires=['numpy', 'pandas', 'matplotlib', 'scipy', 'sphinxcontrib-napoleon'],
package_data={}, package_data={},
include_package_data=True, include_package_data=True,
zip_safe=False) zip_safe=False)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment