Skip to content

Commit

Permalink
fix : setup.py updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Nov 19, 2024
1 parent c5b13dc commit 3778c86
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ def read_description():
description += c.read()
return description
except Exception:
return '''TODO'''
return '''OPR is an open-source Python package designed to simplify and streamline primer design and analysis for biologists and bioinformaticians. OPR enables users to design, validate, and optimize primers with ease, catering to a wide range of applications such as PCR, qPCR, and sequencing. With a focus on user-friendliness and efficiency, OPR aims to bridge the gap between biological research and computational tools, making primer-related workflows faster and more reliable.'''


setup(
name='opr',
packages=[
'opr', ],
version='0.1',
description='TODO',
description='OPR: Optimized Primer',
long_description=read_description(),
long_description_content_type='text/markdown',
author='OPR Development Team',
Expand All @@ -46,7 +46,6 @@ def read_description():
python_requires='>=3.6',
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'Natural Language :: English',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
Expand All @@ -63,13 +62,12 @@ def read_description():
'Intended Audience :: End Users/Desktop',
'Intended Audience :: Manufacturing',
'Intended Audience :: Science/Research',
'Topic :: Scientific/Engineering :: Information Analysis',
'Topic :: Education',
'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Information Analysis',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
'Topic :: Scientific/Engineering :: Human Machine Interfaces',
'Topic :: Scientific/Engineering :: Mathematics',
'Topic :: Scientific/Engineering :: Physics',
'Topic :: Scientific/Engineering :: Bio-Informatics',
],
license='MIT',
)

0 comments on commit 3778c86

Please sign in to comment.