We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eede27b commit 70124e4Copy full SHA for 70124e4
1 file changed
setup.py
@@ -5,15 +5,14 @@
5
6
setuptools.setup(
7
name="parametric_plasma_source",
8
- version="0.0.01",
+ version="0.0.2",
9
author="Jonathan Shimwell",
10
author_email="jonathan.shimwell@ukaea.uk",
11
description="Parametric plasma source for fusion simulations in OpenMC",
12
long_description=long_description,
13
long_description_content_type="text/markdown",
14
url="https://github.com/shimwell/parametric_plasma_source",
15
packages=setuptools.find_packages(),
16
- scripts=['parametric_plasma_source/'], #puts files in /usr/local/bin
17
classifiers=[
18
"Programming Language :: Python :: 3",
19
"License :: OSI Approved :: MIT License",
0 commit comments