Skip to content

Commit

Permalink
refactor PyPI to blop
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Morris committed Jan 21, 2025
1 parent cbd87a8 commit 442d8da
Show file tree
Hide file tree
Showing 34 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ blop
:target: https://github.com/NSLS-II/blop/actions/workflows/testing.yml


.. image:: https://img.shields.io/pypi/v/bloptools.svg
:target: https://pypi.python.org/pypi/bloptools
.. image:: https://img.shields.io/pypi/v/blop.svg
:target: https://pypi.python.org/pypi/blop

.. image:: https://img.shields.io/conda/vn/conda-forge/bloptools.svg
:target: https://anaconda.org/conda-forge/bloptools
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["hatchling", "hatch-vcs", "setuptools_scm"]
build-backend = "hatchling.build"

[project]
name = "bloptools"
name = "blop"
description = "Beamline optimization with machine learning"
readme = { file = "README.rst", content-type = "text/x-rst" }
authors = [
Expand Down Expand Up @@ -87,18 +87,18 @@ Documentation = "https://nsls-ii.github.io/blop"


[tool.hatch.build.targets.wheel]
only-include = ["src/blop"]
only-include = ["blop"]

[tool.hatch.build.targets.wheel.sources]
"src" = ""


[tool.setuptools_scm]
version_file = "src/blop/_version.py"
version_file = "blop/_version.py"

[tool.hatch]
version.source = "vcs"
build.hooks.vcs.version-file = "src/blop/_version.py"
build.hooks.vcs.version-file = "blop/_version.py"

[tool.hatch.version.raw-options]
local_scheme = "no-local-version"
Expand Down

0 comments on commit 442d8da

Please sign in to comment.