Updated setup.py in preparation of first upload to pypi
This commit is contained in:
parent
53e22a4a2f
commit
fd02b0165f
10
setup.py
10
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+)',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user