version
This commit is contained in:
parent
38c0032224
commit
c3adc9b2ce
2 changed files with 6 additions and 3 deletions
|
@ -0,0 +1 @@
|
|||
__version__ = '0.0.0'
|
|
@ -16,15 +16,17 @@ classifiers = [
|
|||
]
|
||||
dependencies = []
|
||||
description = 'Read Write eXecute'
|
||||
dynamic = []
|
||||
dynamic = ['version']
|
||||
keywords = []
|
||||
license = { file = 'license.md' }
|
||||
name = 'rwx'
|
||||
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