Skip to content

Commit

Permalink
Updated to allow for packaging for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
rob committed May 6, 2023
1 parent 4826b51 commit 303d640
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 113 deletions.
22 changes: 22 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "ltm"
version = "0.0.1"
authors = [
{ name="Rob", email="hyakuhei@gmail.com" },
]
description = "Lightweight Transactional Modeller"
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]

[project.urls]
"Homepage" = "https://github.com/hyakuhei/ltm"
"Bug Tracker" = "https://github.com/hyakuhei/ltm/issues"
Empty file added src/ltm/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
105 changes: 0 additions & 105 deletions src/mtg.py

This file was deleted.

7 changes: 0 additions & 7 deletions src/temp_test.md

This file was deleted.

1 change: 0 additions & 1 deletion src/temp_test.md-1.svg

This file was deleted.

0 comments on commit 303d640

Please sign in to comment.