setup Namespace Reference

Variables

 wd = os.path.dirname(os.path.abspath(__file__))
 
string name = 'musixmatch'
 
 pkg = __import__(name)
 
 author
 
 email
 
 long_description = readme.read()
 
string url = 'http://projects.monkeython.com/musixmatch'
 
dictionary egg
 

Variable Documentation

setup.author

Definition at line 11 of file musixmatch-master/setup.py.

dictionary setup.egg
Initial value:
1 = {
2  'name': name,
3  'version': pkg.__version__,
4  'author': author,
5  'author_email': email.strip('<>'),
6  'url': url,
7  'description': "Package to interface with the Musixmatch API",
8  'long_description': long_description,
9  'download_url': '%s/dists' % url,
10  'classifiers': pkg.__classifiers__,
11  'packages': [name],
12  'include_package_data': True,
13  'exclude_package_data': {name: ["*.rst", "docs", "tests"]},
14  'test_suite': 'tests.suite'}

Definition at line 17 of file musixmatch-master/setup.py.

setup.email

Definition at line 11 of file musixmatch-master/setup.py.

setup.long_description = readme.read()

Definition at line 14 of file musixmatch-master/setup.py.

string setup.name = 'musixmatch'

Definition at line 9 of file musixmatch-master/setup.py.

setup.pkg = __import__(name)

Definition at line 10 of file musixmatch-master/setup.py.

string setup.url = 'http://projects.monkeython.com/musixmatch'
setup.wd = os.path.dirname(os.path.abspath(__file__))

Definition at line 5 of file musixmatch-master/setup.py.