File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ build /
2
+ dist /
3
+ * .egg-info /
Original file line number Diff line number Diff line change
1
+ # ExaPlot
2
+
3
+ The ExaPlot package is bundled with the standard library within its environment; users shouldn't download/install this package.
Original file line number Diff line number Diff line change
1
+ [build-system ]
2
+ requires = [" setuptools>=64" , " setuptools_scm>=8" ]
3
+ build-backend = " setuptools.build_meta"
4
+
5
+ [project ]
6
+ name = " exaplot"
7
+ readme = " README.md"
8
+ classifiers = [
9
+ " Development Status :: 4 - Beta" ,
10
+ " Environment :: Other Environment" ,
11
+ " License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
12
+ " Programming Language :: Python :: 3 :: Only" ,
13
+ " Programming Language :: Python :: 3.12" ,
14
+ " Programming Language :: Python :: Implementation :: CPython" ,
15
+ ]
16
+ dynamic = [
17
+ " version" ,
18
+ ]
19
+
20
+ [project .urls ]
21
+ Repository = " https://github.com/bytemarx/exaplot"
22
+
23
+ [tool .setuptools_scm ]
24
+ root = " ../.."
You can’t perform that action at this time.
0 commit comments