We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3345860 commit 58d3aa6Copy full SHA for 58d3aa6
2 files changed
pyproject.toml
@@ -8,7 +8,7 @@ build-backend = 'setuptools.build_meta'
8
9
[project]
10
name = "ratapi"
11
-version = "0.0.0.dev8"
+version = "0.0.0.dev9"
12
description = "Python extension for the Reflectivity Analysis Toolbox (RAT)"
13
readme = "README.md"
14
requires-python = ">=3.10"
setup.py
@@ -8,7 +8,6 @@
from setuptools.command.build_clib import build_clib
from setuptools.command.build_ext import build_ext
-__version__ = "0.0.0.dev8"
PACKAGE_NAME = "ratapi"
with open("README.md") as f:
@@ -152,7 +151,6 @@ def build_libraries(self, libraries):
152
151
153
setup(
154
name=PACKAGE_NAME,
155
- version=__version__,
156
author="",
157
author_email="",
158
url="https://github.com/RascalSoftware/python-RAT",
0 commit comments