Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
yuryatin authored Jun 15, 2023
1 parent 35d53e6 commit 3b6cec3
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
Expand Up @@ -3,11 +3,11 @@
setup(
name = 'egcst',
packages = ['egcst'],
version = '0.0.7',
version = '0.0.8',
license = 'MIT',
description = 'This package performs triangulation for engineering geological cross-sections',
url = 'https://github.com/yuryatin/egcst',
download_url = 'https://github.com/yuryatin/egcst/archive/refs/tags/v0.0.7.tar.gz',
download_url = 'https://github.com/yuryatin/egcst/archive/refs/tags/v0.0.8.tar.gz',
keywords = ['engineering', 'geological', 'cross', 'sections', 'mapping', 'triangulation', 'delaunay'],
classifiers = [],
install_requires = ['numpy', 'matplotlib', 'shapely', 'ground', 'sect']
Expand Down

0 comments on commit 3b6cec3

Please sign in to comment.