-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from Athanaseus/MDGA
update binary
- Loading branch information
Showing
11 changed files
with
83 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ RUN docker-apt-install \ | |
ADD . /code | ||
WORKDIR /code | ||
RUN pip3 install .[python-numpy,testing] | ||
RUN drasticali -h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
include LICENSE | ||
include README.md | ||
include README.rst | ||
recursive-include recipes *.json | ||
recursive-include recipes/input *.txt | ||
recursive-include drastic *.ipynb | ||
recursive-include drasticali *.ipynb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
aimfast | ||
ipywidgets | ||
stimela |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
from setuptools import setup, find_packages | ||
|
||
pkg = 'drasticali' | ||
__version__ = '0.0.7' | ||
__version__ = '0.0.8' | ||
|
||
build_root = os.path.dirname(__file__) | ||
scripts = ["bin/" + j for j in os.listdir("bin") ] | ||
|
@@ -26,7 +26,7 @@ def requirements(): | |
author="Athanaseus Ramaila", | ||
author_email="[email protected]", | ||
packages=find_packages(), | ||
url="https://github.com/Athanaseus/Drastic", | ||
url="https://github.com/Athanaseus/drasticali", | ||
license="GNU GPL 3", | ||
classifiers=["Intended Audience :: Developers", | ||
"Programming Language :: Python :: 3", | ||
|