File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -32,19 +32,22 @@ def get_version(package):
3232 shutil .rmtree ("academic.egg-info" )
3333 sys .exit ()
3434
35- with open ("README.md" , "r" ) as fh :
35+ with open ("README.md" , "r" , encoding = "utf-8" ) as fh :
3636 long_description = fh .read ()
3737
3838setup (
3939 name = "academic" ,
4040 version = version ,
4141 author = "George Cushen" ,
4242 author_email = "hugo-discuss@googlegroups.com" ,
43- url = "https://sourcethemes .com/academic/ " ,
44- description = "The website designer for Hugo" ,
43+ url = "https://wowchemy .com" ,
44+ description = "Import publications from your reference manager to Hugo" ,
4545 long_description = long_description ,
4646 long_description_content_type = "text/markdown" ,
47- keywords = ("cli academic hugo theme static-site-generator cms blog-engine" "github-pages netlify hugo-theme documentation-generator" ),
47+ keywords = (
48+ "hugo academic cli wowchemy bibtex markdown latex tex theme static-site-generator cms"
49+ "blog-engine github-pages netlify hugo-theme documentation-generator"
50+ ),
4851 include_package_data = True ,
4952 license = "MIT" ,
5053 packages = find_packages (exclude = ["tests" ]),
You can’t perform that action at this time.
0 commit comments