diff --git a/setup.py b/setup.py index 4516b9c..a3d4aa0 100644 --- a/setup.py +++ b/setup.py @@ -26,15 +26,15 @@ if sys.version_info < (3, 5): setup( name='blender-asset-tracer', version='0.1-dev', - url='http://developer.blender.org/', - download_url='https://pypi.python.org/pypi/blender-ferret', + url='https://gitlab.com/dr.sybren/blender-asset-tracer', + download_url='https://pypi.python.org/pypi/blender-asset-tracer', license='GPLv2+', - author='Sybren A. Stüvel, Campbell Barton', + author='Sybren A. Stüvel', author_email='sybren@stuvel.eu', description='Blender Asset Tracer', - long_description='BAT🦇 parses Blend files and produces dependency information.', + long_description='BAT parses Blend files and produces dependency information.', classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Environment :: Console', 'Intended Audience :: Developers', 'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',