Skip to content

Commit 165a9c2

Browse files
Initial project
1 parent c231d34 commit 165a9c2

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,10 @@
3131
## brain_prime
3232
**Задача:** Это простое число
3333
**Запуск:** `python3 -m brain_games.scripts.brain_prime`
34-
[![brain-prime demo]](https://asciinema.org/a/4q7LuYdTOV6aH056)
34+
[![brain-prime demo]](https://asciinema.org/a/4q7LuYdTOV6aH056)
35+
36+
[![Hexlet Ltd. logo](https://raw.githubusercontent.com/Hexlet/assets/master/images/hexlet_logo128.png)](https://hexlet.io/?utm_source=github&utm_medium=link&utm_campaign=python-package)
37+
38+
This repository is created and maintained by the team and the community of Hexlet, an educational project. [Read more about Hexlet](https://hexlet.io/?utm_source=github&utm_medium=link&utm_campaign=python-package).
39+
40+
See most active contributors on [hexlet-friends](https://friends.hexlet.io/).

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[project]
22
name = "python-project-49"
33
version = "0.1.0"
4-
description = "Add your description here"
4+
name = "Uliana"
5+
authors = "Uliana"
6+
description = "brain-games"
57
readme = "README.md"
68
requires-python = ">=3.11"
79
dependencies = [

0 commit comments

Comments
 (0)