This website works better with JavaScript.
Home
Explore
Help
Sign In
alma
/
pyalma
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
renamed to alma
master
Tom Krüger
4 years ago
parent
7d40680598
commit
2021c5bb05
6 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.gitignore
+0
-0
alma/__init__.py
+0
-0
alma/batch.py
+0
-0
alma/experiment.py
+0
-0
alma/plan.py
+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
=
"
al
2
"
,
setup
(
name
=
"
al
ma
"
,
version
=
"
0.1.0
"
,
packages
=
[
"
al
2
"
]
,
packages
=
[
"
al
ma
"
]
,
author
=
"
Tom Krueger
"
,
python_requires
=
"
>=3
"
)
Write
Preview
Loading…
Cancel
Save