Skip to content

Commit

Permalink
[doc] corrections change to trqs_hartree_fock as pypi name
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel committed Mar 20, 2024
1 parent 416739a commit d8891db
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
name: Build distribution 📦
runs-on: ubuntu-latest
container: # we have to provide a working triqs installation to make the cmake step work
# image: flatironinstitute/triqs:latest # this does not work since actions/checkout only accepts root as a user, triqs docker images setups a new user
image: ghcr.io/triqs/solid_dmft_github_ci:3.2.x
image: flatironinstitute/triqs:latest
options: --user root

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/hartree_fock
url: https://pypi.org/p/triqs_hartree_fock
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# TRIQS hartree_fock
An application based on TRIQS for using the Hartree-Fock method to solve lattice and impurity problems.

Requires a working TRIQS instalation with a matching major version number.

The documentation can be found at [triqs.github.io/hartree_fock](https://triqs.github.io/hartree_fock/).
8 changes: 4 additions & 4 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
hartree_fock
************

.. sidebar:: hartree_fock 3.1.0
.. sidebar:: hartree_fock 3.2.1

This is the homepage of hartree_fock v3.1.0.
This is the homepage of hartree_fock v3.2.1.
For changes see the :ref:`changelog page <changelog>`.

.. image:: _static/logo_github.png
:width: 75%
:align: center
Expand All @@ -21,7 +21,7 @@ and the comments in the sources and headers.

Learn how to use hartree_fock in the :ref:`documentation`.


.. toctree::
:maxdepth: 2
:hidden:
Expand Down
6 changes: 3 additions & 3 deletions packaging/pypi/pyproject.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ build-backend = "setuptools.build_meta"
where = ["python"]

[project]
name = "hartree_fock"
name = "triqs_hartree_fock"
version = "@PROJECT_VERSION@"
authors = [
{ name="TRIQS", email="triqs@flatironinstitute.org" }
]
description = "TRIQS Hartree Fock solver (requires working triqs 3.2.x installation)"
description = "Hartree-Fock lattice and impurity solvers based on the TRIQS library (triqs.github.io)"
readme = "README.md"
keywords = ["triqs", "hartree_fock"]
keywords = ["triqs", "hartree_fock", "dmft", "impurity solver"]
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit d8891db

Please sign in to comment.