We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf8923 commit dceae62Copy full SHA for dceae62
setup.py
@@ -1,14 +1,14 @@
1
from setuptools import setup, find_packages
2
3
-pkg_name = "birdfish"
+pkg_name = "Birdfish"
4
setup(
5
name = pkg_name,
6
- version = __import__(pkg_name).__version__,
+ version = __import__(pkg_name.lower()).__version__,
7
description='Object oriented lighting control software',
8
#long_description=open('docs/usage.txt').read(),
9
author='Preston Holmes',
10
author_email='[email protected]',
11
- url='http://www.ptone.com',
+ url='https://github.com/ptone/birdfish',
12
packages=find_packages(),
13
classifiers=[
14
'Development Status :: 2 - Pre-Alpha',
0 commit comments