Skip to content

Commit

Permalink
Fixing extension on README
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccomb committed Dec 12, 2023
1 parent b33d02a commit c0fc24a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

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

with open('LICENSE') as f:
Expand All @@ -12,10 +12,9 @@
name='trussme',
version='0.0.1',
description='Truss construction and analysis',
long_description=readme,
long_description="",
author='Christopher McComb',
author_email='chris.c.mccomb@gmail.com',
url='https://github.com/cmccomb/TrussMe',
license=license,
packages=find_packages(exclude=('tests'))
packages=find_packages()
)

0 comments on commit c0fc24a

Please sign in to comment.