Skip to content

Commit

Permalink
PRJ: prepare for release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick Dieter committed Jul 12, 2024
1 parent 146a864 commit 0c616bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.1dev0
3.3.0
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

author = 'Tomasz Hemperek, Jens Janssen, David-Leon Pohl'
author_email = 'hemperek@uni-bonn.de, janssen@physik.uni-bonn.de, pohl@physik.uni-bonn.de'
maintainer = 'Yannick Dieter, Christian Bespin'
maintainer_email = 'dieter@physik.uni-bonn.de, bespin@physik.uni-bonn.de'

# https://packaging.python.org/guides/single-sourcing-package-version/
# Use
Expand Down Expand Up @@ -41,8 +43,9 @@ def package_files(directory):
long_description='Basil is a modular data acquisition system and system testing framework in Python.\nIt also provides generic FPGA firmware modules for different hardware platforms and drivers for wide range of lab appliances.',
install_requires=install_requires,
author=author,
maintainer=author,
author_email=author_email,
maintainer=maintainer,
maintainer_email=maintainer_email,
packages=find_packages(),
include_package_data=True, # accept all data files and directories matched by MANIFEST.in or found in source control
package_data={'': ['*.yaml'], 'basil': package_files('basil/firmware')},
Expand Down

0 comments on commit 0c616bc

Please sign in to comment.