We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3177315 commit c1f0d9aCopy full SHA for c1f0d9a
rust_pypi_example/__init__.py
@@ -2,4 +2,4 @@
2
3
__author__ = """Matt McKay"""
4
__email__ = 'mckaymatt@gmail.com'
5
-__version__ = '0.8.7'
+__version__ = '__version__ = '0.8.7''
setup.py
@@ -30,7 +30,7 @@
30
31
setup(
32
name='rust_pypi_example',
33
- version='0.8.7',
+ version='version='0.8.7'',
34
description="Python Boilerplate contains all the boilerplate you need to create a Python wheel with Rust.",
35
long_description=readme + '\n\n' + history,
36
author="Matt McKay",
0 commit comments