We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e8bb2 commit 16f9a06Copy full SHA for 16f9a06
setup.py
@@ -2,22 +2,15 @@
2
3
from setuptools import setup, find_packages
4
5
-
6
-with open('README.md') as f:
7
- readme = f.read()
8
9
-with open('LICENSE') as f:
10
- license = f.read()
11
12
setup(
13
name='quail',
14
version='0.1.2',
15
description='A python toolbox for analyzing and plotting free recall data',
16
- long_description=readme,
+ long_description=' ',
17
author='Contextual Dynamics Lab',
18
author_email='contextualdynamics@gmail.com',
19
url='https://github.com/ContextLab/quail',
20
- license=license,
+ license='MIT',
21
packages=find_packages(exclude=('tests', 'docs', 'paper')),
22
include_package_data=True,
23
install_requires=[
0 commit comments