Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
MoiseRousseau committed Nov 14, 2023
1 parent 606daf7 commit 289eb93
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,20 @@

setup(
name='PyGeoStudio',
version='0.1.0', # Required
version='0.2.0', # Required
description='Python library allowing reading/writing GeoStudio .gsz files',
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/MoiseRousseau/PyGeoStudio',
author='Moise Rousseau', # Optional
author_email='[email protected]',
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Science/Research',
'Topic :: Scientific/Engineering',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
"Programming Language :: Python :: 3.10",
],
keywords='topology optimization, mechanics, numerical simulation',
keywords='Geotechnics, Numerical Simulation, Hydrogeology, Optimization',
packages=find_packages(),
include_package_data=True,
python_requires='>=3.6, <4',
Expand All @@ -43,6 +37,7 @@
project_urls={
'Bug Reports': 'https://github.com/MoiseRousseau/PyGeoStudio/issues',
'Source': 'https://github.com/MoiseRousseau/PyGeoStudio/',
'Documentation': 'https://pygeostudio.readthedocs.io/',
},
)

0 comments on commit 289eb93

Please sign in to comment.