Skip to content

Commit

Permalink
Debugged setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pooya-shams committed Mar 21, 2020
1 parent b570d3b commit 75e50c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
from distutils.core import setup
from setuptools import setup

with open("README.md", "r") as fh:
long_description = fh.read()

setup(
name="massspring",
packages=["massspring"],
version='0.0.4',
version='0.0.5',
license='MIT',
description='A better mass-spring real world simulator with new types of forces(gravity, electricity, spring, collision, ...)',
long_description=long_description,
long_description_content_type="text/markdown",
author='Pooya Shams kolahi',
author_email='pooya.shams.k@gmail.com',
url='https://github.com/pooya-shams/massspring',
download_url='https://github.com/pooya-shams/massspring/archive/v0.0.4.tar.gz',
download_url='https://github.com/pooya-shams/massspring/archive/v0.0.5.tar.gz',
keywords=["physics",
"physics-3d",
"physics-simulation",
Expand Down

0 comments on commit 75e50c5

Please sign in to comment.