Skip to content

Commit 81c87c3

Browse files
author
Georg Schramm
committed
update setup.py
1 parent c17d940 commit 81c87c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
license='LGPL v3',
1111
long_description_content_type="text/markdown",
1212
url="https://github.com/gschramm/pymirc",
13-
packages=setuptools.find_packages(exclude = ["data","examples","tmp","wip"]),
13+
packages=setuptools.find_packages(exclude = ["data","examples","tutorial"]),
1414
classifiers=[
1515
"Programming Language :: Python :: 3",
16-
"License :: OSI Approved :: LGPL License",
16+
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
1717
"Operating System :: OS Independent",
1818
],
1919
python_requires='>=3.6, <3.9',

0 commit comments

Comments
 (0)