[PATCH 2/4] xcbgen: add basic setup.py

"Marty E. Plummer" <[email protected]>
Newsgroups gmane.comp.freedesktop.xcb
Message-ID <[email protected]>
Signed-off-by: Marty E. Plummer <[email protected]>
---
 setup.py | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 setup.py

diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000..96b20bd
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,21 @@
+# -*- coding: utf-8 -*-
+
+from distutils.core import setup
+
+setup(
+    name = 'xcbgen',
+    version = '1.13',
+    url = 'https://xcb.freedesktop.org',
+    package_dir = {'': 'lib'},
+    packages = ['xcbgen'],
+
+    classifiers = [
+        'Development Status :: 5 - Production/Stable',
+        'Environment :: Console',
+        'Intended Audience :: Developers',
+        'License :: OSI Approved :: MIT License',
+        'Operating System :: POSIX',
+        'Programming Language :: Python',
+        'Topic :: Software Development'
+    ]
+)
-- 
2.18.0

_______________________________________________
Xcb mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/xcb
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.