diff --git a/pyproject.toml b/pyproject.toml deleted file mode 100644 index 137f237..0000000 --- a/pyproject.toml +++ /dev/null @@ -1,29 +0,0 @@ -[build-system] -requires = ["setuptools>=61.0"] -build-backend = "setuptools.build_meta" - -[project] -name = "qsm-forward" -version = "0.15" -authors = [ - { name="Ashley Stewart", email="a.stewart.au@gmail.com" }, -] -description = "A forward-model simulation for Quantitative Susceptibility Mapping" -readme = "README.md" -requires-python = ">=3.8" -classifiers=[ - 'Development Status :: 4 - Beta', - 'Intended Audience :: Science/Research', - 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', - 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.8', -] - -[project.urls] -"Homepage" = "https://github.com/astewartau/qsm-forward-model" -"Bug Tracker" = "https://github.com/astewartau/qsm-forward-model/issues" - -[options.entry_points] -console_scripts = [ - "my-command = qsm_forward.main:main", -] \ No newline at end of file diff --git a/setup.py b/setup.py index f33eca1..831fb71 100644 --- a/setup.py +++ b/setup.py @@ -2,9 +2,9 @@ setup( name='qsm-forward', - version='0.15', + version='0.16', packages=find_packages(), - url='https://github.com/astewartau/qsm-forward-model', + url='https://github.com/astewartau/qsm-forward', author='Ashley Stewart', author_email='a.stewart.au@gmail.com', description='A forward-model simulation for Quantitative Susceptibility Mapping',