Skip to content

Commit

Permalink
Merge pull request #5 from adamjakab/devel
Browse files Browse the repository at this point in the history
packaging updates
  • Loading branch information
adamjakab committed Feb 23, 2020
2 parents 447d232 + 3733091 commit 972df47
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
5 changes: 4 additions & 1 deletion MANIFEST.in
@@ -1,2 +1,5 @@
prune test
include LICENSE.txt README.md
include LICENSE.txt
include README.md
include beetsplug/goingrunning/config_default.yml

11 changes: 5 additions & 6 deletions setup.py
Expand Up @@ -17,20 +17,19 @@
# Setup
setup(
name='beets-goingrunning',
version='1.0.3',
version='1.0.4',
description='A beets plugin for creating and exporting songs matching your running session.',
long_description=README,
long_description_content_type='text/markdown',
author='Adam Jakab',
author_email='adam@jakab.pro',
url='https://github.com/adamjakab/BeetsPluginGoingRunning',
license='MIT',
long_description=README,
long_description_content_type='text/markdown',
platforms='ALL',
include_package_data=True,

include_package_data=True,
test_suite='test',

packages=['beetsplug', 'beetsplug.goingrunning'],
packages=['beetsplug.goingrunning'],

python_requires='>=3.6',

Expand Down

0 comments on commit 972df47

Please sign in to comment.