rickrankin / pynocle

Automatically exported from code.google.com/p/pynocle
0 stars 0 forks source link

Wrong setup.py #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,
I very interested by your project but have you ever tested your package?

1/ The setup.py is full of ^M

2/ Wrong setup.py

[~/src/pynocle]$ py2.7.2 setup.py sdist
Traceback (most recent call last):
  File "setup.py", line 11, in <module>
    version=pynocle.__version__,
AttributeError: 'NoneType' object has no attribute '__version__'

You cannot use your module here.

3/ Your code uses the pynocle module but you install cyclcompl, depgraph, 
inheritance, sloc.

Do you want some help to package your module and test it on Linux?

Original issue reported on code.google.com by sdou...@gmail.com on 30 Sep 2011 at 9:35

GoogleCodeExporter commented 8 years ago
Handling this through email.  The help is much appreciated.

Original comment by rob.gala...@gmail.com on 1 Oct 2011 at 4:02

GoogleCodeExporter commented 8 years ago

Original comment by rob.gala...@gmail.com on 2 Oct 2011 at 5:33

GoogleCodeExporter commented 8 years ago
Terrible bug, i would like to integrate some code metrics tool to my 
django-jenkins project. And seems all of them outdated or have pypi setup issues

Original comment by kmmb...@gmail.com on 5 May 2012 at 3:26