Skip to content

Commit

Permalink
Change package name
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinshen56714 committed Jun 3, 2022
1 parent b306d61 commit a5d98fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ def package_files(directory):
extra_files = package_files('pyemc/emc')

setup(
name='pyemc',
name='emc-pypi',
version='0.1.0',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
description='Python interface for the Enhanced Monte Carlo (EMC) package',
keywords=['EMC'],
url='https://github.com/kevinshen56714/pyemc',
url='https://github.com/kevinshen56714/emc-pypi',
author='Kevin Shen',
author_email='[email protected]',
classifiers=[
Expand Down

0 comments on commit a5d98fe

Please sign in to comment.