Skip to content

Commit

Permalink
a typo and package data
Browse files Browse the repository at this point in the history
  • Loading branch information
matijakolaric committed Dec 19, 2019
1 parent 055d58e commit 67078fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ Here is an example of a CWR 2.1 file (all values are randomly generated):
GRT000010000000100000017 0000000000
TRL000010000000100000019

You may test it online, no coding skills required: https://music-metadata.herokuapp.com/territories/
You may test it online, no coding skills required: https://music-metadata.herokuapp.com/edi/

The code for it is here: https://github.com/musicmetadata/web-wrapper
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
url="https://github.com/musicmetadata/territories",
packages=setuptools.find_namespace_packages(include=['music_metadata.*']),
namespace_packages=['music_metadata'],
# package_data={
# '': ['*.csv'],
# },
package_data={
'': ['CW19000*'],
},
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
Expand Down

0 comments on commit 67078fe

Please sign in to comment.