Skip to content

Commit

Permalink
Initial work on migration to toml
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Nov 28, 2023
1 parent 6f8fa80 commit 5c49c0d
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 126 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
__pycache__
.idea
pyindi_client.egg-info
dist
31 changes: 31 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "pyindi-client"
version = "1.9.1"
authors = [
{ name="geehalel", email="[email protected]" },
]
description = "Third party Python API for INDI client"
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'Natural Language :: English',
'Programming Language :: Python',
'Operating System :: Unix',
'Intended Audience :: Science/Research',
'Topic :: Scientific/Engineering :: Astronomy',
]
dependencies = [
"requests",
"bottle",
"dbus",
]


[project.urls]
"Homepage" = "https://github.com/indilib/pyindi-client"
"Bug Tracker" = "https://github.com/indilib/pyindi-client/issues"
126 changes: 0 additions & 126 deletions setup.py

This file was deleted.

0 comments on commit 5c49c0d

Please sign in to comment.