We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df594c7 commit bab7a60Copy full SHA for bab7a60
setup.py
@@ -1,7 +1,8 @@
1
#!/usr/bin/python
2
# -*- coding: utf-8 -*-
3
import setuptools
4
-import .pkg_info as pkg_info
+
5
+import NodeGraphQt.pkg_info as pkg_info
6
7
with open('README.md', 'r') as fh:
8
long_description = fh.read()
0 commit comments