Skip to content

Commit

Permalink
ci: fix pyproject.toml to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragon-GCS committed Sep 25, 2023
1 parent bf8532d commit ddc620b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
repository-url: https://test.pypi.org/legacy/
19 changes: 19 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ requires = ['setuptools']
[project]
name = 'start-manager'
version = '0.4.6'
description = 'A python package manager based on pip and venv'
readme = 'README.md'
requires-python = '>=3.6'
classifiers = [
'Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License (GPL)',
'Programming Language :: Python :: 3',
'Topic :: Software Development :: Build Tools',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development :: Version Control :: Git',
'Topic :: System :: Archiving :: Packaging',
'Topic :: System :: Software Distribution',
'Topic :: Utilities',
]
dependencies = [
'colorama',
'fire',
Expand All @@ -15,6 +31,9 @@ dependencies = [
name = 'Dragon-GCS'
email = '[email protected]'

[project.urls]
HOMEPAGE = 'https://github.com/Dragon-GCS/start'

[project.scripts]
start = 'start:main'

Expand Down

0 comments on commit ddc620b

Please sign in to comment.