Skip to content
Snippets Groups Projects
Commit 7616b645 authored by Shaan Chirag Ganatra's avatar Shaan Chirag Ganatra
Browse files

Update setup.py

parent b5cac7f2
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,9 @@ pip setup.py
from setuptools import setup, find_packages
setup(
name='pep_mod',
name='grasp',
version='0.17.0',
packages=find_packages(include=['pep_mod.py']),
packages=find_packages(include=['grasp.py']),
description='Peptide sequence mutater using Alanine Scanning',
author='Ashrith Sagar Yedlapalli',
author_email='ashrith9sagar@gmail.com',
......@@ -18,6 +18,6 @@ setup(
tests_require=['pytest'],
where='src',
entry_points={
'console_scripts': ['pep_mod=pep_mod.pep_mod:main']
'console_scripts': ['grasp=grasp.grasp:main']
}
)
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