Skip to content

Commit

Permalink
Version v0.3.2 - Add folder pluginsmanager/util/builder in PIP
Browse files Browse the repository at this point in the history
  • Loading branch information
SrMouraSilva committed May 12, 2017
1 parent 816469a commit 20c696d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
Version 0.3.2 -- released 05/12/17
==================================
- Fix `pluginsmanager.util.builder`: Add folder in pip

Version 0.3.1 -- released 05/10/17
==================================
- Add class method `Lv2EffectBuilder.plugins_json_file`

Version 0.3.0 -- released 05/08/17
================================
==================================
- Add lilvlib support:
- Add object Lv2EffectBuilder method - `lv2_plugins_data`: Scan and generate the lv2 plugins metadata
- Add object Lv2EffectBuilder attribute - `plugins`: List plugins
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def readme():

setup(
name='PedalPi-PluginsManager',
version='0.3.1',
version='0.3.2',

description='Pythonic management of LV2 audio plugins with mod-host.',
long_description=readme(),
Expand All @@ -48,6 +48,7 @@ def readme():
'pluginsmanager/model/system',

'pluginsmanager/util',
'pluginsmanager/util/builder',
],
package_data={
'pluginsmanager/model/lv2': ['plugins.json']
Expand All @@ -64,7 +65,7 @@ def readme():
'Topic :: Multimedia :: Sound/Audio',
'Programming Language :: Python :: 3'
],
keywords='pedal-pi mod-host lv2 audio plugin-manager',
keywords='pedal-pi mod-host lv2 audio plugins-manager',

platforms='Linux',
)

0 comments on commit 20c696d

Please sign in to comment.