Skip to content
Snippets Groups Projects
Commit 608e10c2 authored by Aaron's avatar Aaron
Browse files

add setup.py. for venv

parent d3a9970f
No related branches found
No related tags found
No related merge requests found
import os
from setuptools import setup, find_packages
from setuptools import setup
setup(
name='bedtools',
version="2.16.2",
description='A flexible toolset for genome arithmetic',
author='Aaron Quinlan',
author_email='arq5x@virginia.edu',
url='http://bedtools.googelcode.come',
packages=find_packages(),
include_package_data=True,
zip_safe=False
)
\ No newline at end of file
install_requires=['matplotlib', 'matplotlib.sphinxext'],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment