Skip to content

Commit

Permalink
Metadata changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoFara committed Jun 26, 2021
1 parent 750ce58 commit 105980f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion leggedsnake/physicsengine.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"time_coef": 1,
# Number of calculations for each frame
"calc_rate": 300,
# Maximal number of subcalculus
# Maximal number of subcalculations
"max_sub": 50,
},
# Display parameters
Expand Down
10 changes: 8 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,25 @@
name = leggedsnake
version = 0.1.0
author = Hugo Farajallah
description = Simulate and ptimize planar leg mechanisms using PSO and GA
description = Simulate and optimize planar leg mechanisms using PSO and GA
license = MIT License
url = https://github.com/HugoFara/leggedsnake
long_description = file: README.md
long_description = file: README.md, CHANGELOG.md
long_description_content_type = text/markdown
license_file = LICENSE
classifiers =
Development Status :: 3 - Alpha
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Artificial Life
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Environment :: Console
Intended Audience :: Science/Research
Intended Audience :: Legal Industry
Intended Audience :: End Users/Desktop
Operating System :: OS Independent
keywords = linkage, leg mechanism, optimization, leggedsnake, walking linkage
zip_safe = true

Expand Down

0 comments on commit 105980f

Please sign in to comment.