renamed to alma

This commit is contained in:
Tom Krüger
2020-12-09 16:56:55 +01:00
parent 7d40680598
commit 2021c5bb05
6 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

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

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")