Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslindemann committed Oct 31, 2023
1 parent ead74f1 commit 80cebbf
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 141 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ venv-calfem

calfem/shapes - kopia.py

calfem_python.egg-info/*
calfem_python_small.egg-info/*

.vscode/launch.json
*.project
.pydevproject
Expand Down
22 changes: 0 additions & 22 deletions calfem_python_small.egg-info/PKG-INFO

This file was deleted.

108 changes: 0 additions & 108 deletions calfem_python_small.egg-info/SOURCES.txt

This file was deleted.

1 change: 0 additions & 1 deletion calfem_python_small.egg-info/dependency_links.txt

This file was deleted.

6 changes: 0 additions & 6 deletions calfem_python_small.egg-info/requires.txt

This file was deleted.

1 change: 0 additions & 1 deletion calfem_python_small.egg-info/top_level.txt

This file was deleted.

1 change: 1 addition & 0 deletions setup-template.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def gen_data_files(*dirs):
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
],

# What does your project relate to?
Expand Down
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def gen_data_files(*dirs):
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html

version='3.6.3',
version='3.6.4',

description='CALFEM for Python',
long_description='The computer program CALFEM is written for the software MATLAB and is an interactive tool for learning the finite element method. CALFEM is an abbreviation of "Computer Aided Learning of the Finite Element Method" and been developed by the Division of Structural Mechanics at Lund University since the late 70s.',
Expand All @@ -42,7 +42,7 @@ def gen_data_files(*dirs):

# Author details
author='Jonas Lindemann, et al',
author_email='jonas.lindemann@byggmek.lth.se',
author_email='jonas.lindemann@lunarc.lu.se',

# Choose your license
license='MIT',
Expand All @@ -68,7 +68,8 @@ def gen_data_files(*dirs):
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],

# What does your project relate to?
Expand Down

0 comments on commit 80cebbf

Please sign in to comment.