Skip to content

Commit

Permalink
Updating the toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
jellepoland committed Aug 13, 2024
1 parent 49a9024 commit bafac3c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "LightSailSim"
name = "Particle_System_Simulator"
version = "0.1.0"
dependencies = [
"numpy",
Expand All @@ -23,25 +23,24 @@ dependencies = [

requires-python = ">=3.8"
authors = [
{name = "Mark Kalsbeek"},
{name = "Mark Kalsbeek, Jelle Poland, Alexander Batchelor"},
]
maintainers = [
{name = "Mark Kalsbeek"}
{name = "Mark Kalsbeek, Jelle Poland"}
]
description = "LightSailSim"
readme = "README.md"
keywords = ["Membrane Analysis", "Lightsails"] # Add your desired keywords here
keywords = ["Membrane Analysis", "Particle Systems", "Lightsail", "Kite", "Tensile Structures"] # Add your desired keywords here
classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Python",
"Intended Audience :: Lightsail Designers, Developers",
]

[project.urls]
Repository = "https://github.com/Markk116/LightSailSim/tree/main"
Repository = "https://github.com/awegroup/Particle_System_Simulator"

[tool.setuptools.packages.find]
where = ["src"]

[tool.setuptools.package-data]
LightSailSim = ["**/*.csv"]
Particle_System_Simulator = ["**/*.csv"]

0 comments on commit bafac3c

Please sign in to comment.