diff --git a/MANIFEST.in b/MANIFEST.in index 64ae2a0..0ecaa36 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,10 @@ include MANIFEST.in -include README.md \ No newline at end of file +include setup.py +include README.md +include LICENSE + + +include assets/*.png + + +prune assets/*.pptx diff --git a/setup.py b/setup.py index 096e906..9bc3677 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,6 @@ "Natural Language :: English", "Operating System :: Microsoft :: Windows", - "Operating System :: Microsoft :: Windows :: Windows 10", "Programming Language :: Python", "Programming Language :: Python :: 3",