Merge pull request #111 from moonstream-to/fix-bugout-dev-mentions

Fixed links in code generation templates and setup.py
pull/107/head
Neeraj Kashyap 2023-08-08 15:35:48 -07:00 zatwierdzone przez GitHub
commit d8a998625f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
5 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
# Code generated by moonworm : https://github.com/bugout-dev/moonworm
# Code generated by moonworm : https://github.com/moonstream-to/moonworm
# Moonworm version : {moonworm_version}
import argparse

Wyświetl plik

@ -1,4 +1,4 @@
# Code generated by moonworm : https://github.com/bugout-dev/moonworm
# Code generated by moonworm : https://github.com/moonstream-to/moonworm
# Moonworm version : {moonworm_version}
import argparse

Wyświetl plik

@ -1,4 +1,4 @@
# Code generated by moonworm : https://github.com/bugout-dev/moonworm
# Code generated by moonworm : https://github.com/moonstream-to/moonworm
# Moonworm version : {moonworm_version}
import argparse

Wyświetl plik

@ -1,4 +1,4 @@
# Code generated by moonworm : https://github.com/bugout-dev/moonworm
# Code generated by moonworm : https://github.com/moonstream-to/moonworm
# Moonworm version : {moonworm_version}
import json
import os

Wyświetl plik

@ -37,7 +37,7 @@ setup(
"Topic :: Software Development :: Libraries",
],
python_requires=">=3.6",
url="https://github.com/bugout-dev/moonworm/",
url="https://github.com/moonstream-to/moonworm/",
entry_points={"console_scripts": ["moonworm=moonworm.cli:main"]},
include_package_data=True,
)