@@ -22,34 +22,35 @@ def readme():
2222 return f .read ()
2323
2424
25- setup (
26- name = "bpsrender" ,
27- version = "0.1.40.post1" ,
28- description = "Blender Power Sequencer Renderer" ,
29- long_description = readme (),
30- classifiers = [
31- "Development Status :: 4 - Beta" ,
32- "Environment :: Console" ,
33- "Intended Audience :: End Users/Desktop" ,
34- "License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
35- "Natural Language :: English" ,
36- "Programming Language :: Python :: 3.3" ,
37- "Programming Language :: Python :: 3.4" ,
38- "Programming Language :: Python :: 3.5" ,
39- "Programming Language :: Python :: 3.6" ,
40- "Programming Language :: Python :: 3.7" ,
41- "Topic :: Text Processing :: Linguistic" ,
42- "Topic :: Multimedia :: Video" ,
43- "Topic :: Utilities" ,
44- ],
45- url = "https://gitlab.com/razcore/BPSRender" ,
46- keywords = "blender render parallel multiprocess speedup utility" " productivty" ,
47- author = "Răzvan C. Rădulescu" ,
48- author_email = "razcore.art@gmail.com" ,
49- license = "GPLv3" ,
50- packages = ["bpsrender" ],
51- install_requires = ["tqdm" ],
52- zip_safe = False ,
53- entry_points = {"console_scripts" : ["bpsrender=bpsrender.__main__:main" ]},
54- include_package_data = True ,
55- )
25+ if __name__ == "__main__" :
26+ setup (
27+ name = "bpsrender" ,
28+ version = "0.1.40.post1" ,
29+ description = "Blender Power Sequencer Renderer" ,
30+ long_description = readme (),
31+ classifiers = [
32+ "Development Status :: 4 - Beta" ,
33+ "Environment :: Console" ,
34+ "Intended Audience :: End Users/Desktop" ,
35+ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
36+ "Natural Language :: English" ,
37+ "Programming Language :: Python :: 3.3" ,
38+ "Programming Language :: Python :: 3.4" ,
39+ "Programming Language :: Python :: 3.5" ,
40+ "Programming Language :: Python :: 3.6" ,
41+ "Programming Language :: Python :: 3.7" ,
42+ "Topic :: Text Processing :: Linguistic" ,
43+ "Topic :: Multimedia :: Video" ,
44+ "Topic :: Utilities" ,
45+ ],
46+ url = "https://gitlab.com/razcore/BPSRender" ,
47+ keywords = "blender render parallel multiprocess speedup utility" " productivty" ,
48+ author = "Răzvan C. Rădulescu" ,
49+ author_email = "razcore.art@gmail.com" ,
50+ license = "GPLv3" ,
51+ packages = ["bpsrender" ],
52+ install_requires = ["tqdm" ],
53+ zip_safe = False ,
54+ entry_points = {"console_scripts" : ["bpsrender=bpsrender.__main__:main" ]},
55+ include_package_data = True ,
56+ )
0 commit comments