Skip to content

Commit

Permalink
Project name as alea-inference
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed Jul 28, 2023
1 parent cf0a65b commit 6e7efd4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pypi_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/alea_inference
steps:
# Setup steps
- name: Setup python
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A tool to perform toyMC-based inference constructions
[![DOI](https://zenodo.org/badge/654100988.svg)](https://zenodo.org/badge/latestdoi/654100988)
[![Test package](https://github.com/XENONnT/alea/actions/workflows/pytest.yml/badge.svg?branch=main)](https://github.com/XENONnT/alea/actions/workflows/pytest.yml)
[![Coverage Status](https://coveralls.io/repos/github/XENONnT/alea/badge.svg?branch=main)](https://coveralls.io/github/XENONnT/alea?branch=main)
[![PyPI version shields.io](https://img.shields.io/pypi/v/alea_inference.svg)](https://pypi.python.org/pypi/alea_inference/)
[![PyPI version shields.io](https://img.shields.io/pypi/v/alea-inference.svg)](https://pypi.python.org/pypi/alea-inference/)
[![Readthedocs Badge](https://readthedocs.org/projects/alea/badge/?version=latest)](https://alea.readthedocs.io/en/latest/?badge=latest)
[![CodeFactor](https://www.codefactor.io/repository/github/xenonnt/alea/badge)](https://www.codefactor.io/repository/github/xenonnt/alea)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def open_requirements(path):


setuptools.setup(
name='alea',
name='alea-inference',
version='0.0.0',
description='A tool to perform toyMC-based inference constructions',
author='Alea contributors, the XENON collaboration',
Expand Down

0 comments on commit 6e7efd4

Please sign in to comment.