-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
101 additions
and
107 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# Generated by cookiepatcher, a small shim around cookiecutter (pip install cookiepatcher) | ||
|
||
default_context: | ||
c_extension_module: _nameless | ||
c_extension_optional: 'yes' | ||
c_extension_support: cython | ||
codacy: 'no' | ||
|
@@ -15,6 +14,7 @@ default_context: | |
email: [email protected] | ||
formatter_quote_style: double | ||
full_name: Ionel Cristian Mărieș | ||
function_name: compute | ||
github_actions: 'yes' | ||
github_actions_osx: 'yes' | ||
github_actions_windows: 'yes' | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
__version__ = "1.0.0" | ||
|
||
from .core import main | ||
from .core import compute | ||
|
||
__all__ = [ | ||
"main", | ||
"compute", | ||
] |
Oops, something went wrong.