Skip to content

Commit

Permalink
fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pirovc committed Jul 22, 2022
1 parent 2a5bd2f commit aff90bb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 12 deletions.
Empty file added grimer/css/__init__.py
Empty file.
Empty file added grimer/img/__init__.py
Empty file.
Empty file added grimer/js/__init__.py
Empty file.
14 changes: 2 additions & 12 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,15 @@ def read(filename):
version="1.0.0",
url="https://www.github.com/pirovc/grimer",
license='MIT',

author="Vitor C. Piro",
author_email="[email protected]",

description="GRIMER portable microbiome visualization and contamination detection",
description="GRIMER: contamination detection and microbiome exploration",
long_description=read("README.md"),

packages=['grimer'],
#install_requires=['bokeh==2.2.3','pandas','numpy','scipy','multitax'],

include_package_data=True,
package_data={
'js': ['*'],
'css': ['*'],
'img': ['*']
'grimer': ['js/*', 'css/*', 'img/*']
},

entry_points={'console_scripts': ['grimer=grimer.grimer:main']},

classifiers=[
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.5',
Expand Down

0 comments on commit aff90bb

Please sign in to comment.