Skip to content

Commit

Permalink
Prepare PyPi release
Browse files Browse the repository at this point in the history
  • Loading branch information
jank324 committed Sep 28, 2022
1 parent 6706a13 commit 17f8023
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ __pycache__
cheetah.egg-info
.ipynb_checkpoints
.vscode
dist

*.egg-info

test/ACHIP_EA1_2021.1351.001

Expand Down
13 changes: 10 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
from pathlib import Path

from setuptools import setup

this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()

setup(
name="cheetah",
version="0.5.13",
name="cheetah-accelerator",
version="0.5.14",
author="Jan Kaiser & Oliver Stein",
author_email="jan.kaiser@desy.de",
description="Fast particle accelerator optics simulation for reinforcement learning and optimisation applications.",
url="https://github.com/desy-ml/cheetah",
description="Fast particle accelerator optics simulation for reinforcement learning and optimisation applications.",
long_description=long_description,
long_description_content_type="text/markdown",
packages=["cheetah"],
install_requires=[
"torch",
Expand Down

0 comments on commit 17f8023

Please sign in to comment.