Skip to content

Commit 8d2048f

Browse files
committed
Prepare for release
1 parent 26f5808 commit 8d2048f

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pylasu"
7-
version = "0.6.0"
7+
dynamic = ["version", "optional-dependencies"]
88
authors = [
99
{ name="Lorenzo Addazi", email="lorenzo.addazi@strumenta.com" },
1010
{ name="Alessio Stalla", email="alessio.stalla@strumenta.com" },
@@ -18,6 +18,7 @@ classifiers = [
1818
"License :: OSI Approved :: Apache Software License",
1919
"Operating System :: OS Independent",
2020
]
21+
license = { file="LICENSE" }
2122

2223
[project.urls]
2324
"Homepage" = "https://github.com/strumenta/pylasu"

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@
1010
exec(f.read(), about)
1111

1212
setup(
13-
name='pylasu',
1413
packages=find_packages(exclude=["tests"]),
1514
version=about['__version__'],
16-
description='Pylasu is an AST Library in the StarLasu family, targeting the Python language.',
17-
author='Strumenta S.R.L.',
18-
license='Apache License V2',
1915
install_requires=[],
2016
setup_requires=['pytest-runner'],
2117
tests_require=['pytest==4.4.1'],

0 commit comments

Comments
 (0)