This commit is contained in:
Marc Beninca 2024-02-16 23:25:17 +01:00
parent 38c0032224
commit c3adc9b2ce
2 changed files with 6 additions and 3 deletions

View file

@ -0,0 +1 @@
__version__ = '0.0.0'

View file

@ -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'