We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee19d1 commit 8ad2a8fCopy full SHA for 8ad2a8f
2 files changed
setup.py
@@ -0,0 +1,14 @@
1
+from setuptools import find_packages, setup
2
+
3
+setup(
4
+ name="td_tools",
5
+ version="2.1.3",
6
+ packages=find_packages(),
7
+ package_data={
8
+ "td_tools": ["*.txt"],
9
+ },
10
+ description="Reaction Transform Descriptor Tools",
11
+ author="DocMinus",
12
+ author_email="alexander.minidis@gmail.com",
13
+ url="https://github.com/DocMinus/RxnTransformDescriptors",
14
+)
test.py
0 commit comments