Skip to content

Commit

Permalink
u180324
Browse files Browse the repository at this point in the history
  • Loading branch information
peterropac authored Mar 18, 2024
1 parent d8f96c3 commit d855da1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Code/spomso/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = '1.2.0'
VERSION = '1.2.1'
DESCRIPTION = 'SPOMSO'
LONG_DESCRIPTION = 'Python package for generating geometry with SDFs.'

Expand All @@ -12,16 +12,14 @@
author_email="<peter.ropac@fmf.uni-lj.si>",
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
url='https://github.com/peterropac/SPOMSO/tree/master/Code',
url='https://github.com/peterropac/Aegolius/tree/main',
packages=find_packages(),
install_requires=['numpy', 'scipy'],
keywords=['python', 'geometry'],
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Education",
"Programming Language :: Python :: 3",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Linux :: Ubuntu",
"Operating System :: Microsoft :: Windows",
"Operating System :: OS Independent",
]
)

0 comments on commit d855da1

Please sign in to comment.