Skip to content

Commit

Permalink
bump version + add more info
Browse files Browse the repository at this point in the history
  • Loading branch information
younik committed May 29, 2023
1 parent e26d2ae commit 289a057
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,26 @@

setuptools.setup(
name='chromax',
version='0.0.1a',
version='0.0.2a',
description='Breeding simulator based on JAX',
url='https://github.com/younik/chromax',
author='Omar Younis',
author_email='[email protected]',
keywords='Breeding, simulator, JAX, chromosome, genetic, bioinformatic',
license='bsd-3-clause',
keywords=['Breeding', 'simulator', 'JAX', 'chromosome', 'genetics', 'bioinformatics'],
packages=setuptools.find_packages(),
python_requires=">=3.8",
include_package_data=True,
install_requires=install_requires,
project_urls={
"Code": "https://github.com/kora-labs/chromax",
"Documentation": "https://chromax.readthedocs.io/",
},
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
)

0 comments on commit 289a057

Please sign in to comment.