diff --git a/pyproject.toml b/pyproject.toml index 1d34e3d..009b63c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -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"]