Skip to content

Commit

Permalink
And another 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelClerx committed Jun 14, 2023
1 parent 641a174 commit 6ca0c70
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@ jobs:
with:
user: __token__
password: ${{ secrets.test_pypi_token }}
repository_url: https://test.pypi.org/legacy/
repository-url: https://test.pypi.org/legacy/

12 changes: 12 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,23 @@

from setuptools import find_packages, setup, Extension


# Load text for description and license
with open('README.md') as f:
readme = f.read()


setup(
name='myokit_beta',

# Version
version='0.0.2',

# Description
description='Trying out distribution of wheels etc and llvm',
long_description=readme,
long_description_content_type='text/markdown',

# Packages to include
packages=find_packages(include=('myokit_beta', 'myokit_beta.*')),

Expand Down

0 comments on commit 6ca0c70

Please sign in to comment.