Skip to content

Commit

Permalink
Update setup.py to use md and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Achllle committed Oct 22, 2024
1 parent 21ca2a1 commit 44e57c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from distutils.core import setup

def readme():
with open('README.rst') as f:
with open('README.md') as f:
return f.read()

setup(name='dual_quaternions',
version='0.3.2',
version='0.3.3',
description='Dual quaternion implementation',
long_description=readme(),
url='http://github.com/Achllle/dual_quaternions',
Expand Down

0 comments on commit 44e57c6

Please sign in to comment.