Skip to content

Commit

Permalink
restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Matthews committed Dec 22, 2022
1 parent 2c28c10 commit a56627c
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.*
!/.gitignore
__*
!src/MeshEditor/__init__.py
demos/DemoData/*Destination/*.obj
demos/DemoData/*Destination/*.txt
src/MeshEditor.egg-info/*
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 = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "MeshEditor"
version = "0.1"
authors = [
{ name="Harold Matthews", email="[email protected]" },
]
description = "A package for editing and landmarking meshes"
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[tool.setuptools]
package-dir = {"" = "src"}
[project.urls]
"Homepage" = "https://github.com/harrymatthews50/MeshEditor"

File renamed without changes.
File renamed without changes.

0 comments on commit a56627c

Please sign in to comment.