Skip to content
Snippets Groups Projects
Commit 6bbed10e authored by Blaise Li's avatar Blaise Li
Browse files

Change wrappers module name to smwrappers.

parent 799df018
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 2 deletions
...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages ...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name="snakemake_wrappers", name="snakemake_wrappers",
version=0.2, version=0.3,
description="Snakemake wrappers and rules that can be included in snakemake workflows.", description="Snakemake wrappers and rules that can be included in snakemake workflows.",
author="Blaise Li", author="Blaise Li",
author_email="blaise.li@normalesup.org", author_email="blaise.li@normalesup.org",
...@@ -10,5 +10,5 @@ setup( ...@@ -10,5 +10,5 @@ setup(
packages=find_packages(), packages=find_packages(),
package_data={ package_data={
"smincludes": ["*.rules"], "smincludes": ["*.rules"],
"wrappers": ["*/wrapper.py"]}, "smwrappers": ["*/wrapper.py"]},
) )
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment