Skip to content

Commit

Permalink
update name to DMeta
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed May 8, 2024
1 parent bdebeef commit fd646d1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ Give a ⭐️ if this project helped you!
### Donate to our project
If you do like our project and we hope that you do, can you please support us? Our project is not and is never going to be working for profit. We need the money just so we can continue doing what we do ;-) .

<a href="https://openscilab.com/#donation" target="_blank"><img src="https://github.com/openscilab/dmeta/raw/main/otherfiles/donation.png" height="90px" width="270px" alt="Dmeta Donation"></a>
<a href="https://openscilab.com/#donation" target="_blank"><img src="https://github.com/openscilab/dmeta/raw/main/otherfiles/donation.png" height="90px" width="270px" alt="DMeta Donation"></a>
2 changes: 1 addition & 1 deletion dmeta/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def main():
:return: None
"""
tprint("dmeta")
tprint("DMeta")
tprint("V:" + DMETA_VERSION)
dmeta_help()
parser = argparse.ArgumentParser()
Expand Down
4 changes: 2 additions & 2 deletions dmeta/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def update_all(config_file_name):

def dmeta_help():
"""
Print dmeta details.
Print DMeta details.
:return: None
"""
Expand All @@ -162,7 +162,7 @@ def dmeta_help():

def run_dmeta(args):
"""
Run dmeta.
Run DMeta.
:param args: input arguments
:type args: argparse.Namespace
Expand Down
2 changes: 1 addition & 1 deletion otherfiles/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# dmeta Release Instructions
# DMeta Release Instructions

#### Last Update: 2023-12-20

Expand Down
2 changes: 1 addition & 1 deletion otherfiles/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set name = "dmeta" %}
{% set name = "DMeta" %}
{% set version = "0.1" %}

package:
Expand Down

0 comments on commit fd646d1

Please sign in to comment.