mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
8c12caebf5
- Update my email to FreeBSD Feature safe: yes
12 lines
328 B
Python
12 lines
328 B
Python
--- setup.py.orig 2010-06-25 10:22:29.000000000 +0800
|
|
+++ setup.py 2010-06-25 10:22:39.000000000 +0800
|
|
@@ -1,6 +1,6 @@
|
|
#!/usr/bin/env python
|
|
-from distribute_setup import use_setuptools
|
|
-use_setuptools()
|
|
+#from distribute_setup import use_setuptools
|
|
+#use_setuptools()
|
|
|
|
from setuptools import setup, find_packages
|
|
import os
|