Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kestrel Collaboration
Kestrel LiteX
migen
Commits
98fb0217
Commit
98fb0217
authored
5 years ago
by
Christian Münker
Committed by
Sébastien Bourdeauducq
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
packaging improvements, bump version to 0.9.2 (#193)
parent
41922fde
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
MANIFEST.in
MANIFEST.in
+2
-0
conda/migen/meta.yaml_old
conda/migen/meta.yaml_old
+0
-0
setup.py
setup.py
+3
-5
No files found.
MANIFEST.in
0 → 100644
View file @
98fb0217
include LICENSE
include tools/strace_tailor.sh
This diff is collapsed.
Click to expand it.
conda/migen/meta.yaml
→
conda/migen/meta.yaml
_old
View file @
98fb0217
File moved
This diff is collapsed.
Click to expand it.
setup.py
100755 → 100644
View file @
98fb0217
...
...
@@ -9,13 +9,11 @@ if sys.version_info[:3] < (3, 3):
raise
SystemExit
(
"You need Python 3.3+"
)
requirements
=
[
"sphinx"
,
"sphinx_rtd_theme"
,
"colorama"
]
requirements
=
[
"colorama"
]
setup
(
name
=
"migen"
,
version
=
"0.9.
1
"
,
version
=
"0.9.
2
"
,
long_description_content_type
=
'text/markdown'
,
description
=
"Python toolbox for building complex digital hardware"
,
long_description
=
open
(
"README.md"
).
read
(),
...
...
@@ -28,7 +26,7 @@ setup(
test_suite
=
"migen.test"
,
license
=
"BSD"
,
platforms
=
[
"Any"
],
keywords
=
"HDL
ASIC FPGA
hardware design"
,
keywords
=
[
"HDL
"
,
"ASIC"
,
"FPGA"
,
"
hardware design"
]
,
classifiers
=
[
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)"
,
"Environment :: Console"
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment