Skip to content

Commit f53fab2

Browse files
committed
rename
1 parent d652933 commit f53fab2

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

pkg/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespaces = true
1818
#
1919
[project]
2020
version = "0.0.1"
21-
name = "ProfileIT"
21+
name = "ProfileMan"
2222
requires-python = ">=3.10"
2323
dependencies = [
2424
"numpy",

pkg/src/profileit/__init__.py

Lines changed: 0 additions & 2 deletions
This file was deleted.

pkg/src/profileman/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
"""ProfileIT: A Python package for profiling and validating Python code."""
2+
from profileman.function import create as function
3+
4+
__all__ = [
5+
"function",
6+
]

0 commit comments

Comments
 (0)