Skip to content

Commit

Permalink
Renames supersolids to src. Release v0.1.21.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scheiermann committed Jan 22, 2021
1 parent 89d1c5d commit 94be66d
Show file tree
Hide file tree
Showing 19 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
setup(
name="supersolids",
version="0.1.21",
packages=["", "src"],
package_data={"src": []},
packages=["", "supersolids"],
package_data={"supersolids": []},
url="https://github.com/Scheiermann/supersolids",
license="MIT",
author="Scheiermann",
Expand Down
3 changes: 0 additions & 3 deletions src/__init__.py

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 9 additions & 0 deletions supersolids/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env python
__all__ = ["Animation",
"constants",
"density_in_trap",
"functions",
"MayaviAnimation",
"run_time",
"Schroedinger"
]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 94be66d

Please sign in to comment.