version
This commit is contained in:
parent
b48d6eb0ec
commit
1e16e19e58
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,5 @@
|
|||
__version__ = '0.0.0'
|
||||
|
||||
import rwx.log
|
||||
|
||||
log = rwx.log.get_logger(__name__)
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue