Skip to content

Commit 15e9734

Browse files
Make repo layout unittest-friendly
Make the changes necessary for unittest autodiscovery to work. Rename our test suite, such as it is. Flatten the package layout, and simplify setup.py accordingly. Signed-off-by: Robbie Harwood <[email protected]>
1 parent 27eeece commit 15e9734

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
# limitations under the License.
1616

1717
from setuptools import setup
18-
from setuptools import find_packages
1918

2019
version = "1.0.1"
2120

@@ -30,8 +29,7 @@
3029
license="Apache 2.0",
3130
url="http://github.com/pythongssapi/urllib-gssapi/",
3231
keywords="urllib2 kerbero http negotiate spnego gssapi",
33-
package_dir={'': 'lib'},
34-
packages=find_packages('lib'),
32+
packages=['urllib_gssapi'],
3533

3634
classifiers=[
3735
'Development Status :: 3 - Alpha',
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)