Skip to content

Commit a94a953

Browse files
committed
also add VERSION, in setup() too
1 parent 1d4cf41 commit a94a953

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
include AUTHORS
2+
include VERSION
23
include setup.py pyproject.toml
34
graft primecountpy

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def run(self):
3232
setup(
3333
name='primecountpy',
3434
description='Cython interface for C++ primecount library',
35+
version=version,
3536
long_description=long_description,
3637
long_description_content_type='text/markdown',
3738
url='https://github.com/dimpase/primecountpy',

0 commit comments

Comments
 (0)