Skip to content

Commit 63bf5d4

Browse files
authored
Add "Instrument Drivers" classifier (#2141)
* Add "Instrument Drivers" classifier * generated: Update setup.py
1 parent bfff18e commit 63bf5d4

File tree

12 files changed

+12
-0
lines changed

12 files changed

+12
-0
lines changed

build/templates/setup.py.mako

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ setup(
6565
"Programming Language :: Python :: 3.12",
6666
"Programming Language :: Python :: 3.13",
6767
"Programming Language :: Python :: Implementation :: CPython",
68+
"Topic :: Scientific/Engineering :: Instrument Drivers",
6869
"Topic :: System :: Hardware :: Hardware Drivers"
6970
],
7071
package_data={pypi_name: ['VERSION']},

generated/nidcpower/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def read_contents(file_to_read):
5454
"Programming Language :: Python :: 3.12",
5555
"Programming Language :: Python :: 3.13",
5656
"Programming Language :: Python :: Implementation :: CPython",
57+
"Topic :: Scientific/Engineering :: Instrument Drivers",
5758
"Topic :: System :: Hardware :: Hardware Drivers"
5859
],
5960
package_data={pypi_name: ['VERSION']},

generated/nidigital/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def read_contents(file_to_read):
5555
"Programming Language :: Python :: 3.12",
5656
"Programming Language :: Python :: 3.13",
5757
"Programming Language :: Python :: Implementation :: CPython",
58+
"Topic :: Scientific/Engineering :: Instrument Drivers",
5859
"Topic :: System :: Hardware :: Hardware Drivers"
5960
],
6061
package_data={pypi_name: ['VERSION']},

generated/nidmm/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def read_contents(file_to_read):
5454
"Programming Language :: Python :: 3.12",
5555
"Programming Language :: Python :: 3.13",
5656
"Programming Language :: Python :: Implementation :: CPython",
57+
"Topic :: Scientific/Engineering :: Instrument Drivers",
5758
"Topic :: System :: Hardware :: Hardware Drivers"
5859
],
5960
package_data={pypi_name: ['VERSION']},

generated/nifake/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def read_contents(file_to_read):
5555
"Programming Language :: Python :: 3.12",
5656
"Programming Language :: Python :: 3.13",
5757
"Programming Language :: Python :: Implementation :: CPython",
58+
"Topic :: Scientific/Engineering :: Instrument Drivers",
5859
"Topic :: System :: Hardware :: Hardware Drivers"
5960
],
6061
package_data={pypi_name: ['VERSION']},

generated/nifgen/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def read_contents(file_to_read):
5555
"Programming Language :: Python :: 3.12",
5656
"Programming Language :: Python :: 3.13",
5757
"Programming Language :: Python :: Implementation :: CPython",
58+
"Topic :: Scientific/Engineering :: Instrument Drivers",
5859
"Topic :: System :: Hardware :: Hardware Drivers"
5960
],
6061
package_data={pypi_name: ['VERSION']},

generated/nimodinst/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def read_contents(file_to_read):
4848
"Programming Language :: Python :: 3.12",
4949
"Programming Language :: Python :: 3.13",
5050
"Programming Language :: Python :: Implementation :: CPython",
51+
"Topic :: Scientific/Engineering :: Instrument Drivers",
5152
"Topic :: System :: Hardware :: Hardware Drivers"
5253
],
5354
package_data={pypi_name: ['VERSION']},

generated/nirfsg/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def read_contents(file_to_read):
4949
"Programming Language :: Python :: 3.12",
5050
"Programming Language :: Python :: 3.13",
5151
"Programming Language :: Python :: Implementation :: CPython",
52+
"Topic :: Scientific/Engineering :: Instrument Drivers",
5253
"Topic :: System :: Hardware :: Hardware Drivers"
5354
],
5455
package_data={pypi_name: ['VERSION']},

generated/niscope/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def read_contents(file_to_read):
5555
"Programming Language :: Python :: 3.12",
5656
"Programming Language :: Python :: 3.13",
5757
"Programming Language :: Python :: Implementation :: CPython",
58+
"Topic :: Scientific/Engineering :: Instrument Drivers",
5859
"Topic :: System :: Hardware :: Hardware Drivers"
5960
],
6061
package_data={pypi_name: ['VERSION']},

generated/nise/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def read_contents(file_to_read):
4848
"Programming Language :: Python :: 3.12",
4949
"Programming Language :: Python :: 3.13",
5050
"Programming Language :: Python :: Implementation :: CPython",
51+
"Topic :: Scientific/Engineering :: Instrument Drivers",
5152
"Topic :: System :: Hardware :: Hardware Drivers"
5253
],
5354
package_data={pypi_name: ['VERSION']},

0 commit comments

Comments
 (0)