You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
history = open('HISTORY.rst').read().replace('.. :changelog:', '')
setup(
name='openrocketdoc',
version='0.1.0',
description='Open document format for describing sounding rockets. Includes many useful format transformations for use with scientific computing packages.',
long_description=readme + '\n\n' + history,
author='Nathan Bergey',
author_email='nathan.bergey@gmail.com',
url='https://github.com/natronics/openrocketdoc',
packages=[
'openrocketdoc',
],
package_dir={'openrocketdoc': 'openrocketdoc'},
include_package_data=True,
install_requires=[
],
license="GPLv3",
zip_safe=False,
keywords='openrocketdoc openrocket ord aerospace simulation',
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Scientists',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',