Skip to content

Commit

Permalink
Removed old setup files
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGos committed Nov 28, 2023
1 parent 97a63ad commit 1894d40
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 149 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
---------

Version 0.3.12
~~~~~~~~~~~~~

Released on 2023-11-28

- Removed old setup files

Version 0.3.8
~~~~~~~~~~~~~

Expand Down
File renamed without changes.
10 changes: 0 additions & 10 deletions MANIFEST.in

This file was deleted.

40 changes: 0 additions & 40 deletions Makefile

This file was deleted.

31 changes: 24 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,35 @@
[build-system]
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "PyVantagePro_MarcoGos"
version = "0.3.11"
version = "0.3.12"
authors = [
{ name="Salem Harrache", email="[email protected]" },
{ name="Marco Gosselink", email="[email protected]" },
]
dependencies = [ "pylink==0.3.3" ]
description = "Extended PyVantagePro library"
license = {file = "COPYING"}
dependencies = [
"pylink>=0.3.3",
"progressbar-latest"
]
description = "Communication tools for the Davis VantagePro2 devices"
license = {file = "LICENSE"}
readme = "README.rst"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
'Development Status :: 4 - Beta',
'Intended Audience :: Science/Research',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Topic :: Internet',
'Topic :: Utilities',
'Topic :: Software Development :: Libraries :: Python Modules'
]

[project.urls]
Expand Down
6 changes: 0 additions & 6 deletions pytest.ini

This file was deleted.

80 changes: 0 additions & 80 deletions setup.py

This file was deleted.

6 changes: 0 additions & 6 deletions tox.ini

This file was deleted.

0 comments on commit 1894d40

Please sign in to comment.