Browse Source

renamed to alma

master
Tom Krüger 4 years ago
parent
commit
2021c5bb05
6 changed files with 3 additions and 3 deletions
  1. +1
    -1
      .gitignore
  2. +0
    -0
      alma/__init__.py
  3. +0
    -0
      alma/batch.py
  4. +0
    -0
      alma/experiment.py
  5. +0
    -0
      alma/plan.py
  6. +2
    -2
      setup.py

+ 1
- 1
.gitignore View File

@ -1,4 +1,4 @@
al2.egg-info/
*.egg-info/
__pycache__
dist/


al2/__init__.py → alma/__init__.py View File


al2/batch.py → alma/batch.py View File


al2/experiment.py → alma/experiment.py View File


al2/plan.py → alma/plan.py View File


+ 2
- 2
setup.py View File

@ -1,7 +1,7 @@
from setuptools import setup, find_packages
setup(name="al2",
setup(name="alma",
version="0.1.0",
packages=["al2"],
packages=["alma"],
author="Tom Krueger",
python_requires=">=3")

Loading…
Cancel
Save