Skip to content

Commit 88a3499

Browse files
committed
moved source into subfolder
and added the distools paraphernalia
1 parent e979c05 commit 88a3499

File tree

7 files changed

+11
-0
lines changed

7 files changed

+11
-0
lines changed

setup.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#!/usr/bin/env python2.7
2+
3+
from setuptools import setup
4+
5+
setup (
6+
name = 'bap',
7+
version = '1.0.0~alpha',
8+
package_dir = {'bap' : 'src'},
9+
packages = ['bap'],
10+
install_requires = ['requests']
11+
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)