Skip to content

Commit

Permalink
adds some equilibrium based rate laws
Browse files Browse the repository at this point in the history
  • Loading branch information
willfinnigan committed Dec 15, 2021
1 parent 00c08f8 commit a37a9e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import setuptools
from distutils.core import setup

setup(
Expand All @@ -7,13 +8,14 @@
'kinetics.other_analysis',
'kinetics.reaction_classes',
'kinetics.ua_and_sa'],
setup_requires=['wheel'],
version = '1.4.2',
license='MIT',
description = 'Python code to run kinetic models of enzyme reactions',
author = 'William Finnigan',
author_email = 'wjafinnigan@gmail.com',
url = 'https://github.com/willfinnigan/kinetics',
download_url = 'https://github.com/willfinnigan/kinetics/archive/1.4.1.tar.gz',
download_url = 'https://github.com/willfinnigan/kinetics/archive/1.4.2.tar.gz',
keywords = ['enzyme', 'kinetics', 'modelling'],
install_requires=['scipy', 'numpy', 'SALib', 'tqdm', 'matplotlib', 'pandas', 'deap', 'seaborn'],
classifiers=[
Expand Down

0 comments on commit a37a9e3

Please sign in to comment.