Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
remytuyeras authored Aug 7, 2023
1 parent 6e3169d commit 4b54d99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

setuptools.setup(
name = 'HaploDynamics',
packages=setuptools.find_packages(include=['HaploDynamics']),
version = 'v0.1-beta.6',
packages=setuptools.find_packages(include=['HaploDynamics.HaploDX','HaploDynamics.Framework']),
version = 'v0.1-beta.7',
license='gpl-3.0',
author = 'Remy Tuyeras',
author_email = '[email protected]',
description = 'A python library to develop genomic data simulators',
long_description = long_description,
long_description_content_type = "text/markdown",
url = 'https://github.com/remytuyeras/HaploDynamics',
download_url = 'https://github.com/remytuyeras/HaploDynamics/archive/refs/tags/v0.1-beta.6.tar.gz',
download_url = 'https://github.com/remytuyeras/HaploDynamics/archive/refs/tags/v0.1-beta.7.tar.gz',
keywords = ['Simulator', 'Genomics', 'Genomic', 'Microarray','SNP chip','VCF', 'Linkage disequilibrium', 'Hardy-Weinberg equilibrium'],
install_requires=['scipy'],
classifiers=[
Expand Down

0 comments on commit 4b54d99

Please sign in to comment.