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

no need for setup.py?

parent 9186eb14
No related branches found
No related tags found
No related merge requests found
from setuptools import setup
setup(
name='bedtools',
install_requires=["numpy>=1.6.0", "matplotlib>=1.1.0"],
)
# from setuptools import setup
#
# setup(
# name='bedtools',
# install_requires=["numpy>=1.6.0", "matplotlib>=1.1.0"],
# )
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