2021-09-18 23:08:49 -04:00
[metadata]
2021-09-19 02:43:52 -04:00
name = squish-ksjdragon
2021-09-18 23:08:49 -04:00
version = 0.1
author = Kenneth Jao
author_email = ksjdragon@gmail.com
2021-09-19 02:43:52 -04:00
description = squish is Python program which perform simulations for the flow of 'soft' or 'compressible' objects under some energy in a periodic domain.
2021-09-18 23:08:49 -04:00
long_description = file: README.md
long_description_content_type = text/markdown
2021-09-19 02:43:52 -04:00
url = https://github.com/ksjdragon/squish
2021-09-18 23:08:49 -04:00
project_urls =
2021-09-19 02:43:52 -04:00
Bug Tracker = https://github.com/ksjdragon/squish/issues
2021-09-18 23:08:49 -04:00
classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Operating System :: OS Independent
[options]
zip_safe = False
package_dir =
2021-09-19 02:43:52 -04:00
= squish
2021-09-18 23:08:49 -04:00
packages = find:
python_requires = >= 3.8
install_requires =
numpy = = 1.21.2
scipy = = 1.7.1
matplotlib = = 3.4.3
[options.packages.find]
2021-09-19 02:43:52 -04:00
where = squish
2021-09-18 23:08:49 -04:00
[options.entry_points]
console_scripts =
2021-09-19 02:43:52 -04:00
simulate = squish.scripts.simulate:main
shrink_energy_comparison = squish.scripts.shrink_energy_comparison:main