We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ee552 commit e9b4307Copy full SHA for e9b4307
1 file changed
setup.py
@@ -5,13 +5,13 @@
5
6
setup(
7
name='femethods',
8
- version='0.1.5dev',
+ version='0.1.6dev',
9
author='Joseph Contreras',
10
author_email='26684136+JosephJContreras@users.noreply.github.com',
11
description='Implementation of Finite Element Analysis',
12
long_description=long_description,
13
long_description_content_type='text/markdown',
14
- url='https://github.com/josephjcontreras/FEMethods.git',
+ url='https://femethods.readthedocs.io/en/latest/index.html',
15
packages=find_packages(),
16
install_requires=['numpy', 'matplotlib', 'scipy'],
17
classifiers=[
0 commit comments