Skip to content

Commit

Permalink
Merge pull request #572 from AFM-SPM/ns-rse/missing-setuptools-scm
Browse files Browse the repository at this point in the history
Removing blank line from pyproject.toml & versioneer from workflow
  • Loading branch information
ns-rse authored May 18, 2023
2 parents 9077ee6 + e098ab3 commit b95f4a0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
python-version: 3.9
- name: Installing the package
run: |
pip3 install versioneer
pip3 install .
pip3 install .[pypi]
- name: Build package
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ requires = [
build-backend = "setuptools.build_meta"

[project]

name = "topostats"
description = "Automated Analysis for Atomic Force Microscopy Images of Biomolecules"
readme = "README.md"
Expand Down Expand Up @@ -130,6 +129,7 @@ include-package-data = true
where = ["."]
include = ["topostats"]
exclude = ["tests"]
namespaces = false

[tool.setuptools.package-data]
topostats = ["*.yaml"]
Expand Down
2 changes: 1 addition & 1 deletion topostats/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"area",
"area_cartesian_bbox",
"aspect_ratio",
"banding_angle",
"bending_angle",
"centre_x",
"centre_y",
"circular",
Expand Down

0 comments on commit b95f4a0

Please sign in to comment.