We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f7ba8a + 337c3bf commit f32daeeCopy full SHA for f32daee
README.md
@@ -23,7 +23,7 @@ pip install emc-pypi
23
```python
24
import pyemc
25
26
-# Run the emc_setup.pl and generate the build.emc file for the build command
+# Run the emc.pl and generate the build.emc file for the build command
27
pyemc.setup('your-setup-file.esh')
28
29
# Or you can pass in arguments like this
setup.py
@@ -20,7 +20,7 @@ def package_files(directory):
20
21
setup(
22
name='emc-pypi',
- version='2023.8.2',
+ version='2024.8.1-1',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
description='Python interface for the Enhanced Monte Carlo (EMC) package',
0 commit comments