Skip to content

Commit

Permalink
Renamed to atro-core
Browse files Browse the repository at this point in the history
  • Loading branch information
atropos112 committed May 1, 2024
1 parent e5a42c6 commit 3db995f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 10 deletions.
5 changes: 3 additions & 2 deletions .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ _commit: cd1bf1b
_src_path: [email protected]:atropos112/template-python-pkg.git
author: atropos
email: [email protected]
project_description: Package containing generic utilities for variety of python usages.
project_name: atro-utils
project_description: Package containing generic/reusable content one can reuse in
many projects.
project_name: atro-core
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# atro-utils
# atro-core
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: atro-utils
site_name: atro-core
theme:
name: material
logo: logoatro.png
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[tool.poetry]
name = "atro-utils"
version = "0.1.0"
description = "Package containing generic utilities for variety of python usages."
name = "atro-core"
version = "0.0.1"
description = "Package containing generic/reusable content one can reuse in many projects."
authors = ["atropos <[email protected]>"]
license = "MIT"
readme = "README.md"
packages = [{ include = "atro_utils", from = "src" }]
packages = [{ include = "atro_core", from = "src" }]

[tool.poetry.dependencies]
python = "^3.11"
Expand Down
Empty file added src/atro_core/__init__.py
Empty file.
File renamed without changes.
2 changes: 0 additions & 2 deletions src/atro_utils/__init__.py

This file was deleted.

0 comments on commit 3db995f

Please sign in to comment.