Skip to content

Commit dceae62

Browse files
committed
minor setup.py changes
1 parent 4cf8923 commit dceae62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
from setuptools import setup, find_packages
22

3-
pkg_name = "birdfish"
3+
pkg_name = "Birdfish"
44
setup(
55
name = pkg_name,
6-
version = __import__(pkg_name).__version__,
6+
version = __import__(pkg_name.lower()).__version__,
77
description='Object oriented lighting control software',
88
#long_description=open('docs/usage.txt').read(),
99
author='Preston Holmes',
1010
author_email='[email protected]',
11-
url='http://www.ptone.com',
11+
url='https://github.com/ptone/birdfish',
1212
packages=find_packages(),
1313
classifiers=[
1414
'Development Status :: 2 - Pre-Alpha',

0 commit comments

Comments
 (0)