Skip to content

Commit aff90bb

Browse files
committed
fix setup.py
1 parent 2a5bd2f commit aff90bb

File tree

4 files changed

+2
-12
lines changed

4 files changed

+2
-12
lines changed

grimer/css/__init__.py

Whitespace-only changes.

grimer/img/__init__.py

Whitespace-only changes.

grimer/js/__init__.py

Whitespace-only changes.

setup.py

+2-12
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,15 @@ def read(filename):
1616
version="1.0.0",
1717
url="https://www.github.com/pirovc/grimer",
1818
license='MIT',
19-
2019
author="Vitor C. Piro",
2120
author_email="[email protected]",
22-
23-
description="GRIMER portable microbiome visualization and contamination detection",
21+
description="GRIMER: contamination detection and microbiome exploration",
2422
long_description=read("README.md"),
25-
2623
packages=['grimer'],
27-
#install_requires=['bokeh==2.2.3','pandas','numpy','scipy','multitax'],
28-
29-
include_package_data=True,
3024
package_data={
31-
'js': ['*'],
32-
'css': ['*'],
33-
'img': ['*']
25+
'grimer': ['js/*', 'css/*', 'img/*']
3426
},
35-
3627
entry_points={'console_scripts': ['grimer=grimer.grimer:main']},
37-
3828
classifiers=[
3929
'License :: OSI Approved :: MIT License',
4030
'Programming Language :: Python :: 3.5',

0 commit comments

Comments
 (0)