Explorar o código

Add CHANGELOG and LICENSE to the python distribution using MANIFEST.in

Helmut Pozimski %!s(int64=11) %!d(string=hai) anos
pai
achega
5d538c01d2
Modificáronse 2 ficheiros con 10 adicións e 0 borrados
  1. 2 0
      MANIFEST.in
  2. 8 0
      setup.py

+ 2 - 0
MANIFEST.in

@@ -0,0 +1,2 @@
+include LICENSE
+include CHANGELOG

+ 8 - 0
setup.py

@@ -25,6 +25,14 @@ setup(
 	version = "0.5wip",
 	author = "Helmut Pozimski",
 	author_email = "helmut@pozimski.de",
+	description = ("a program to subscribe to channels and users from youtube and"
+		" download the videos automatically"),
+	long_description = ("stov is a program which allows you to subscribe to "
+		"channels, playlists and search results on youtube. You don't need a"
+		" youtube account for the program to work since it uses read-only access "
+		"to the youtube API. You can for example run it as a cron job to "
+		"automatically download your favourite videos."),
+	license = "GNU General Public License version 2",
 	packages = ["lib_stov"],
 	scripts = ["stov"],
 	data_files = [("share/locale/de/LC_MESSAGES", ["locale/de/LC_MESSAGES/stov.mo" ]),