Skip to content

Commit

Permalink
ascii-art.site (#216)
Browse files Browse the repository at this point in the history
* doc : 4r7.ir changed to ascii-art.site

* doc : CHANGELOG updated
  • Loading branch information
sepandhaghighi committed Nov 19, 2022
1 parent f575576 commit 1a8acb8
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/CODE_OF_CONDUCT.md
Expand Up @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at info@4r7.ir. All
reported by contacting the project team at info@ascii-art.site. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
@@ -1 +1 @@
custom: https://www.4r7.ir/#support
custom: https://www.ascii-art.site/#support
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Test system modified
- `Python 3.11` added to `test.yml`
- `Conda-Forge` installing section added to `INSTALL.md`
- Website changed to https://www.ascii-art.site
### Removed
- `testcov` and `testcov2` modes
## [5.7] - 2022-07-06
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -788,8 +788,8 @@ Just send your text to one of these bots. 👇👇👇👇
1. Fill an issue and describe it. We'll check it ASAP!
- Please complete the issue template
2. Discord : [https://discord.com/invite/FAAyq3QJqP](https://discord.com/invite/FAAyq3QJqP)
3. Website : [https://www.4r7.ir](https://www.4r7.ir)
4. Email : [info@4r7.ir](mailto:info@4r7.ir "info@4r7.ir")
3. Website : [https://www.ascii-art.site](https://www.ascii-art.site)
4. Email : [info@ascii-art.site](mailto:info@ascii-art.site "info@ascii-art.site")

## Dependencies

Expand Down
2 changes: 1 addition & 1 deletion art/art.py
Expand Up @@ -123,7 +123,7 @@ def help_func():
tprint("art")
tprint("v" + ART_VERSION)
print(DESCRIPTION + "\n")
print("Webpage : https://www.4r7.ir\n")
print("Webpage : https://www.ascii-art.site\n")
print("Help : \n")
print(" - list --> (list of arts)\n")
print(" - fonts --> (list of fonts)\n")
Expand Down
2 changes: 1 addition & 1 deletion art/test.py
Expand Up @@ -4418,7 +4418,7 @@
letters to make a visual shape that is spread over multiple lines of text.
ART is a Python lib for text converting to ASCII art fancy.
<BLANKLINE>
Webpage : https://www.4r7.ir
Webpage : https://www.ascii-art.site
<BLANKLINE>
Help :
<BLANKLINE>
Expand Down
2 changes: 1 addition & 1 deletion otherfile/meta.yaml
Expand Up @@ -29,7 +29,7 @@ about:
letters to make a visual shape that is spread over multiple lines of text.
ART is a Python lib for text converting to ASCII art fancy.
Website: https://www.4r7.ir
Website: https://www.ascii-art.site
Repo: https://github.com/sepandhaghighi/art
extra:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -40,11 +40,11 @@ def read_description():
long_description=read_description(),
long_description_content_type='text/markdown',
author='Sepand Haghighi',
author_email='info@4r7.ir',
author_email='info@ascii-art.site',
url='https://github.com/sepandhaghighi/art',
keywords="ascii art python3 python text font non-ascii printing",
project_urls={
'Webpage': 'https://www.4r7.ir',
'Webpage': 'https://www.ascii-art.site',
'Source': 'https://github.com/sepandhaghighi/art',
'Tracker': 'https://github.com/sepandhaghighi/art/issues',
'Discord': 'https://discord.com/invite/FAAyq3QJqP',
Expand Down

0 comments on commit 1a8acb8

Please sign in to comment.