Skip to content

Commit

Permalink
added setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecnavarrom committed Mar 14, 2022
1 parent 7f347c5 commit da6b966
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#!/usr/bin/env python

from distutils.core import setup

setup(
name='BiG-SCAPE',
version='1.1.3',
py_modules=['functions','ArrowerSVG'],
scripts=['bigscape.py'],
description='Biosynthetic Genes Similarity Clustering and Prospecting Engine.',
keywords=['secondary metabolites', 'natural products', 'genome mining'],
url='https://github.com/medema-group/BiG-SCAPE',
author='Jorge Navarro',
author_email='[email protected]',
license='GNU Affero v3'
)


0 comments on commit da6b966

Please sign in to comment.