Skip to content

Commit

Permalink
Merge pull request #134 from radionets-project/publish_pypi
Browse files Browse the repository at this point in the history
Publish pypi
  • Loading branch information
Kevin2 authored Jan 25, 2023
2 parents 79d5c6b + cd78647 commit 143e2a2
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changes/134.maintenance.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
publish radionets on pypi
26 changes: 26 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "radionets"
version = "0.1.16"
authors = [
{ name="Kevin Schmidt", email="[email protected]" },
]
description = "Imaging radio interferometric data with Neural Networks."
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering :: Astronomy",
"Topic :: Scientific/Engineering :: Physics",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering :: Information Analysis",
]

[project.urls]
"Homepage" = "https://github.com/pypa/sampleproject"
"Bug Tracker" = "https://github.com/pypa/sampleproject/issues"
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="radionets",
version="0.1.14",
version="0.1.16",
description="Imaging radio interferometric data with neural networks",
url="https://github.com/radionets-project/radionets",
author="Kevin Schmidt, Felix Geyer",
Expand Down

0 comments on commit 143e2a2

Please sign in to comment.