Skip to content

Commit 1caf1a2

Browse files
committed
release
1 parent e765104 commit 1caf1a2

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

LICENSE

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Copyright (c) 2024 Audio Fluff
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6+
7+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ Contributions welcome!
124124

125125
In particular, the VST plugin automatically pulls `presets.json` and uses that to populate the presets dropdown. If you come up with a great preset and want to share it, please consider making a pull request.
126126

127+
## License
128+
129+
This Python package is licensed under the MIT license. The VST plugin is under separate license.
130+
127131
### How to add to presets.json
128132

129133
```

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "pyphonic"
10-
version = "1.0.2"
10+
version = "1.1.0"
1111
authors = [
1212
{ name="AudioFluff", email="tom@audiofluff.com" },
1313
{ name="Tom Grek", email="tom.grek@gmail.com" },
@@ -16,7 +16,7 @@ description = "Make a VST plugin for your DAW using Python"
1616
readme = "README.md"
1717
requires-python = ">=3.8"
1818
classifiers = [
19-
'License :: Free for non-commercial use',
19+
'License :: OSI Approved :: MIT License',
2020
'Topic :: Artistic Software',
2121
'Topic :: Multimedia :: Sound/Audio',
2222
'Topic :: Multimedia :: Sound/Audio :: MIDI',

0 commit comments

Comments
 (0)