Read Write eXecute framework rwx.rwx.work
at dev 32 lines 721 B view raw
1[build-system] 2requires = ["hatchling"] 3build-backend = "hatchling.build" 4 5[project] 6authors = [ 7 { name = "Marc Beninca", email = "git@marc.beninca.link" }, 8] 9maintainers = [ 10 { name = "Marc Beninca", email = "git@marc.beninca.link" }, 11] 12classifiers = [ 13 "Programming Language :: Python :: 3", 14 "License :: OSI Approved :: GNU Affero General Public License v3", 15 "Operating System :: OS Independent", 16] 17dependencies = [] 18description = "Read Write eXecute" 19dynamic = ["version"] 20keywords = [] 21license-files = ["license.md"] 22name = "rwx" 23readme = "readme.md" 24requires-python = ">= 3.11" 25 26[project.scripts] 27# command = "package.module:function" 28 29[project.urls] 30 31[tool.hatch.version] 32path = "rwx/__init__.py"