This commit is contained in:
Marc Beninca 2024-02-16 23:24:53 +01:00
parent b48d6eb0ec
commit 1e16e19e58
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,5 @@
__version__ = '0.0.0'
import rwx.log
log = rwx.log.get_logger(__name__)

View file

@ -18,15 +18,17 @@ dependencies = [
'rwx',
]
description = 'Operating File System Profile'
dynamic = []
dynamic = ['version']
keywords = []
license = { file = 'license.md' }
name = 'ofsp'
readme = 'readme.md'
requires-python = '>=3.10'
version = '0.0.0'
[project.scripts]
# command = 'module:function'
# command = 'package.module:function'
[project.urls]
[tool.hatch.version]
path = '__init__.py'