Initial project skeleton
This commit is contained in:
commit
5c3f935a84
18
setup.py
Normal file
18
setup.py
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
#!/usr/bin/env python
|
||||||
|
# Generated by jaraco.develop (https://bitbucket.org/jaraco/jaraco.develop)
|
||||||
|
import setuptools
|
||||||
|
|
||||||
|
setup_params = dict(
|
||||||
|
name='wolframalpha',
|
||||||
|
use_hg_version=True,
|
||||||
|
author="Jason R. Coombs",
|
||||||
|
author_email="jaraco@jaraco.com",
|
||||||
|
url="https://bitbucket.org/jaraco/wolframalpha",
|
||||||
|
packages=setuptools.find_packages(),
|
||||||
|
zip_safe=False,
|
||||||
|
setup_requires=[
|
||||||
|
'hgtools',
|
||||||
|
],
|
||||||
|
)
|
||||||
|
if __name__ == '__main__':
|
||||||
|
setuptools.setup(**setup_params)
|
0
wolframalpha/__init__.py
Normal file
0
wolframalpha/__init__.py
Normal file
Loading…
Reference in New Issue
Block a user