Skip to content

Commit

Permalink
use pyproject.toml and remove versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaquier Aurélien Tristan committed Oct 8, 2024
1 parent db74696 commit 6e40fc7
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2,601 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:

- name: Build a source tarball and wheel
run: |
pip install wheel
python setup.py sdist bdist_wheel
pip install build
python -m build
- name: Get and store tag from 'Bump version and push tag' step
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
Expand Down
5 changes: 0 additions & 5 deletions bluepyopt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
"""

# pylint: disable=W0611

from ._version import get_versions
__version__ = get_versions()['version']
del get_versions

from . import tools # NOQA

from .api import * # NOQA
Expand Down
Loading

0 comments on commit 6e40fc7

Please sign in to comment.