Mercurial > jouvence
diff setup.py @ 13:ee741bbe96a8
Rename to 'Jouvence'.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 04 Jan 2017 09:02:29 -0800 |
parents | c6d28a830f68 |
children | db27f548daa8 |
line wrap: on
line diff
--- a/setup.py Wed Jan 04 08:51:32 2017 -0800 +++ b/setup.py Wed Jan 04 09:02:29 2017 -0800 @@ -20,14 +20,14 @@ setup( - name="Fontaine", - use_scm_version={'write_to': 'fontaine/version.py'}, + name="Jouvence", + use_scm_version={'write_to': 'jouvence/version.py'}, description="A library for parsing and rendering Fountain screenplays.", long_description=long_description, author="Ludovic Chabant", author_email="ludovic@chabant.com", license="Apache License 2.0", - url="https://bolt80.com/fontaine", + url="https://bolt80.com/jouvence", keywords='fountain screenplay screenwriting screenwriter', packages=find_packages(), include_package_data=True, @@ -37,6 +37,6 @@ install_requires=install_requires, entry_points={ 'console_scripts': [ - 'fontaine = fontaine.cli.main' + 'jouvence = jouvence.cli.main' ]} )